x86/entry: Convert Invalid TSS exception to IDTENTRY
[linux-2.6-microblaze.git] / arch / x86 / kernel / idt.c
index 758d325..caa740d 100644 (file)
@@ -79,7 +79,7 @@ static const __initconst struct idt_data def_idts[] = {
        INTG(X86_TRAP_UD,               asm_exc_invalid_op),
        INTG(X86_TRAP_NM,               asm_exc_device_not_available),
        INTG(X86_TRAP_OLD_MF,           asm_exc_coproc_segment_overrun),
-       INTG(X86_TRAP_TS,               invalid_TSS),
+       INTG(X86_TRAP_TS,               asm_exc_invalid_tss),
        INTG(X86_TRAP_NP,               segment_not_present),
        INTG(X86_TRAP_SS,               stack_segment),
        INTG(X86_TRAP_GP,               general_protection),