kernel-ark/arch
Ingo Molnar c3731c6866 x86, mm: fault.c, remove #ifdef from do_page_fault()
Impact: cleanup

do_page_fault() has this ugly #ifdef in its prototype:

  #ifdef CONFIG_X86_64
  asmlinkage
  #endif
  void __kprobes do_page_fault(struct pt_regs *regs, unsigned long error_code)

Replace it with 'dotraplinkage' which maps to exactly the above
construct: nothing on 32-bit and asmlinkage on 64-bit.

Cc: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-02-21 00:09:44 +01:00
..
alpha Merge branch 'x86/urgent' into x86/core 2009-02-20 17:40:43 +01:00
arm Merge branch 'x86/urgent' into x86/core 2009-02-20 17:40:43 +01:00
avr32 Merge branch 'x86/urgent' into x86/core 2009-02-20 17:40:43 +01:00
blackfin Merge branch 'core/header-fixes' into x86/headers 2009-02-13 21:05:03 +01:00
cris
frv FRV: in_interrupt() requires #inclusion of linux/hardirq.h not asm/hardirq.h now 2009-02-09 08:51:35 -08:00
h8300 headers_check fix: h8300, swab.h 2009-02-01 11:01:24 +05:30
ia64 Merge branch 'x86/urgent' into x86/core 2009-02-20 17:40:43 +01:00
m32r
m68k
m68knommu
mips Merge branch 'core/header-fixes' into x86/headers 2009-02-13 21:05:03 +01:00
mn10300
parisc Merge branch 'core/header-fixes' into x86/headers 2009-02-13 21:05:03 +01:00
powerpc Merge branch 'x86/urgent' into x86/core 2009-02-20 17:40:43 +01:00
s390 [S390] fix "mem=" handling in case of standby memory 2009-02-19 15:19:19 +01:00
sh
sparc Merge branch 'linus' into x86/apic 2009-02-13 09:44:22 +01:00
um
x86 x86, mm: fault.c, remove #ifdef from do_page_fault() 2009-02-21 00:09:44 +01:00
xtensa headers_check fix: xtensa, swab.h 2009-02-01 11:01:30 +05:30
.gitignore
Kconfig