diff options
author | 2009-02-20 23:22:34 +0100 | |
---|---|---|
committer | 2009-02-21 00:09:44 +0100 | |
commit | c3731c68668325abddee8665018c74c7156a57be (patch) | |
tree | 82f8da8e648e9d0aa785180fc09d1bc47f35985e /include/linux/interrupt.h | |
parent | x86, mm: fault.c, unify oops handling (diff) | |
download | wireguard-linux-c3731c68668325abddee8665018c74c7156a57be.tar.xz wireguard-linux-c3731c68668325abddee8665018c74c7156a57be.zip |
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>
Diffstat (limited to 'include/linux/interrupt.h')
0 files changed, 0 insertions, 0 deletions