diff options
author | Vegard Nossum <vegard.nossum@gmail.com> | 2009-06-15 09:50:49 -0400 |
---|---|---|
committer | Vegard Nossum <vegard.nossum@gmail.com> | 2009-06-15 09:50:49 -0400 |
commit | 722f2a6c87f34ee0fd0130a8cf45f81e0705594a (patch) | |
tree | 50b054df34d2731eb0ba0cf1a6c27e43e7eed428 /arch/x86/kernel/traps.c | |
parent | 7a0aeb14e18ad59394bd9bbc6e57fb345819e748 (diff) | |
parent | 45e3e1935e2857c54783291107d33323b3ef33c8 (diff) |
Merge commit 'linus/master' into HEAD
Conflicts:
MAINTAINERS
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
Diffstat (limited to 'arch/x86/kernel/traps.c')
-rw-r--r-- | arch/x86/kernel/traps.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/kernel/traps.c b/arch/x86/kernel/traps.c index e7a28e6aa4bc..5f935f0d5861 100644 --- a/arch/x86/kernel/traps.c +++ b/arch/x86/kernel/traps.c | |||
@@ -803,15 +803,15 @@ unsigned long patch_espfix_desc(unsigned long uesp, unsigned long kesp) | |||
803 | 803 | ||
804 | return new_kesp; | 804 | return new_kesp; |
805 | } | 805 | } |
806 | #else | 806 | #endif |
807 | |||
807 | asmlinkage void __attribute__((weak)) smp_thermal_interrupt(void) | 808 | asmlinkage void __attribute__((weak)) smp_thermal_interrupt(void) |
808 | { | 809 | { |
809 | } | 810 | } |
810 | 811 | ||
811 | asmlinkage void __attribute__((weak)) mce_threshold_interrupt(void) | 812 | asmlinkage void __attribute__((weak)) smp_threshold_interrupt(void) |
812 | { | 813 | { |
813 | } | 814 | } |
814 | #endif | ||
815 | 815 | ||
816 | /* | 816 | /* |
817 | * 'math_state_restore()' saves the current math information in the | 817 | * 'math_state_restore()' saves the current math information in the |