--- zzzz-none-000/linux-2.6.19.2/arch/mips/kernel/genex.S 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/arch/mips/kernel/genex.S 2007-05-08 12:32:35.000000000 +0000 @@ -149,7 +149,11 @@ * to fit into space reserved for the exception handler. */ NESTED(except_vec4, 0, sp) -1: j 1b /* Dummy, will be replaced */ +EXPORT(except_vec4_lui) + lui k0, 0 /* Patched */ +EXPORT(except_vec4_ori) + ori k0, 0 /* Patched */ + jr k0 END(except_vec4) /*