]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: traps.c declare functions before they get used
authorJaswinder Singh <jaswinder@infradead.org>
Thu, 18 Dec 2008 18:33:56 +0000 (00:03 +0530)
committerIngo Molnar <mingo@elte.hu>
Thu, 18 Dec 2008 21:33:13 +0000 (22:33 +0100)
commitd1769d5475176124af04fa69848b022c98c4bc37
tree0de962f3bbcddefcc2edac6aad204660ecc61b59
parentf0bc2202e0373eb8e9b1ddbec930e2e681357db8
x86: traps.c declare functions before they get used

Impact: cleanup

 In asm/traps.h :-
 do_double_fault : added under X86_64
 sync_regs : added under X86_64
 math_error : moved out from X86_32 as it is common for both 32 and 64 bit
 math_emulate : moved from X86_32 as it is common for both 32 and 64 bit
 smp_thermal_interrupt : added under X86_64
 mce_threshold_interrupt : added under X86_64

Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/traps.h