1. 27 3月, 2009 2 次提交
  2. 10 12月, 2008 1 次提交
    • A
      [IA64] remove BUILD_BUG_ON from paravirt_getreg() · fc102125
      Alexey Dobriyan 提交于
      CC      arch/ia64/kernel/asm-offsets.s
      In file included from include/linux/bitops.h:17,
                       from include/linux/kernel.h:15,
                       from include/linux/sched.h:52,
                       from arch/ia64/kernel/asm-offsets.c:9:
      arch/ia64/include/asm/bitops.h: In function 'set_bit':
      arch/ia64/include/asm/bitops.h:47: error: implicit declaration of function 'BUILD_BUG_ON'
      
      Obvious inclusion of kernel.h doesn't fix it, because of circular dependencies
      involving fls.h and log2(). Fixing the latter requires some serious header surgery,
      it seems, so just remove BUILD_BUG_ON for now.
      Signed-off-by: NAlexey Dobriyan <adobriyan@gmail.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      fc102125
  3. 21 11月, 2008 1 次提交
  4. 02 8月, 2008 1 次提交
    • T
      [IA64] Move include/asm-ia64 to arch/ia64/include/asm · 7f30491c
      Tony Luck 提交于
      After moving the the include files there were a few clean-ups:
      
      1) Some files used #include <asm-ia64/xyz.h>, changed to <asm/xyz.h>
      
      2) Some comments alerted maintainers to look at various header files to
      make matching updates if certain code were to be changed. Updated these
      comments to use the new include paths.
      
      3) Some header files mentioned their own names in initial comments. Just
      deleted these self references.
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      7f30491c
  5. 28 5月, 2008 2 次提交