X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fmips%2Fkernel%2Fgenex.S;h=ff7af369f2862eedd4e8fbf08eb6eb3adf263010;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=37fda3dcdfc5b84bdbd57c785187ec3086b50ade;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/arch/mips/kernel/genex.S b/arch/mips/kernel/genex.S index 37fda3dcd..ff7af369f 100644 --- a/arch/mips/kernel/genex.S +++ b/arch/mips/kernel/genex.S @@ -8,12 +8,12 @@ * Copyright (C) 2001 MIPS Technologies, Inc. * Copyright (C) 2002 Maciej W. Rozycki */ +#include #include #include #include #include -#include #include #include #include @@ -129,7 +129,6 @@ handle_vcei: NESTED(handle_int, PT_SIZE, sp) SAVE_ALL CLI - TRACE_IRQS_OFF PTR_LA ra, ret_from_irq move a0, sp @@ -215,10 +214,9 @@ NESTED(except_vec_vi_handler, 0, sp) mtc0 t0, CP0_TCCONTEXT xor t1, t1, t0 mtc0 t1, CP0_STATUS - _ehb + ehb #endif /* CONFIG_MIPS_MT_SMTC */ CLI - TRACE_IRQS_OFF move a0, sp jalr v0 j ret_from_irq @@ -291,13 +289,11 @@ NESTED(nmi_handler, PT_SIZE, sp) .endm .macro __build_clear_sti - TRACE_IRQS_ON STI .endm .macro __build_clear_cli CLI - TRACE_IRQS_OFF .endm .macro __build_clear_fpe @@ -305,7 +301,6 @@ NESTED(nmi_handler, PT_SIZE, sp) li a2, ~(0x3f << 12) and a2, a1 ctc1 a2, fcr31 - TRACE_IRQS_ON STI .endm @@ -371,7 +366,7 @@ NESTED(nmi_handler, PT_SIZE, sp) BUILD_HANDLER mdmx mdmx sti silent /* #22 */ BUILD_HANDLER watch watch sti verbose /* #23 */ BUILD_HANDLER mcheck mcheck cli verbose /* #24 */ - BUILD_HANDLER mt mt sti silent /* #25 */ + BUILD_HANDLER mt mt sti verbose /* #25 */ BUILD_HANDLER dsp dsp sti silent /* #26 */ BUILD_HANDLER reserved reserved sti verbose /* others */