diff options
author | Alexander van Heukelum <heukelum@fastmail.fm> | 2008-09-30 12:41:36 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-13 04:33:20 -0400 |
commit | e407d62088b7f61f38e1086062650c75a4f2757a (patch) | |
tree | b0b5b666361c305f93bdf0e439d69acf7ee2f0e0 /arch/x86/kernel/entry_64.S | |
parent | ae82157b3d8bb4902f76b56c7450a945288786ac (diff) |
x86, traps: introduce dotraplinkage
Mark the exception handlers with "dotraplinkage" to hide the
calling convention differences between i386 and x86_64.
Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/entry_64.S')
-rw-r--r-- | arch/x86/kernel/entry_64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/entry_64.S b/arch/x86/kernel/entry_64.S index 977c8ea66028..1db6ce4314e1 100644 --- a/arch/x86/kernel/entry_64.S +++ b/arch/x86/kernel/entry_64.S | |||
@@ -1243,7 +1243,7 @@ ENTRY(simd_coprocessor_error) | |||
1243 | END(simd_coprocessor_error) | 1243 | END(simd_coprocessor_error) |
1244 | 1244 | ||
1245 | ENTRY(device_not_available) | 1245 | ENTRY(device_not_available) |
1246 | zeroentry math_state_restore | 1246 | zeroentry do_device_not_available |
1247 | END(device_not_available) | 1247 | END(device_not_available) |
1248 | 1248 | ||
1249 | /* runs on exception stack */ | 1249 | /* runs on exception stack */ |