1. 18 6月, 2009 3 次提交
    • T
      Pull for-2.6.31 into release · 27f70c31
      Tony Luck 提交于
      27f70c31
    • M
      [IA64] Convert ia64 to use int-ll64.h · e088a4ad
      Matthew Wilcox 提交于
      It is generally agreed that it would be beneficial for u64 to be an
      unsigned long long on all architectures.  ia64 (in common with several
      other 64-bit architectures) currently uses unsigned long.  Migrating
      piecemeal is too painful; this giant patch fixes all compilation warnings
      and errors that come as a result of switching to use int-ll64.h.
      
      Note that userspace will still see __u64 defined as unsigned long.  This
      is important as it affects C++ name mangling.
      
      [Updated by Tony Luck to change efi.h:efi_freemem_callback_t to use
       u64 for start/end rather than unsigned long]
      Signed-off-by: NMatthew Wilcox <willy@linux.intel.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      e088a4ad
    • J
      [IA64] Fix build error in paravirt_patchlist.c · d186b86f
      Jes Sorensen 提交于
      Andrew cleaned up some #include tangles in:
      commit 0d9c25dd
        headers: move module_bug_finalize()/module_bug_cleanup() definitions into module.h
      
      which resulted in this build error for ia64:
        CC      arch/ia64/kernel/paravirt_patchlist.o
      arch/ia64/kernel/paravirt_patchlist.c:43: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__initdata'
      arch/ia64/kernel/paravirt_patchlist.c:54: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'paravirt_get_gate_patchlist'
      arch/ia64/kernel/paravirt_patchlist.c:76: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'paravirt_get_gate_section'
      make[1]: *** [arch/ia64/kernel/paravirt_patchlist.o] Error 1
      
      The problem was that paravirt_patchlist.c was relying on some of the
      nested includes (specifically that linux/bug.h included linux/module.h
      Signed-off-by: NJes Sorensen <jes@sgi.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      d186b86f
  2. 17 6月, 2009 37 次提交