--- zzzz-none-000/linux-2.6.13.1/arch/mips/mm/cex-gen.S 2005-09-10 02:42:58.000000000 +0000 +++ ohio-7170-487/linux-2.6.13.1/arch/mips/mm/cex-gen.S 2005-09-28 11:22:17.000000000 +0000 @@ -37,6 +37,12 @@ nop nop - j cache_parity_error + /* j cache_parity_error */ + lui k1, cache_parity_error + ori k1,k1,cache_parity_error + jr k1 + nop END(except_vec2_generic) + .global except_vec2_generic_end +except_vec2_generic_end: