--- a/arch/mips/ar231x/ar2315.c 2010-07-23 14:34:58.000000000 -0400 +++ b/arch/mips/ar231x/ar2315.c 2010-08-08 16:37:16.000000000 -0400 @@ -573,6 +573,8 @@ * workaround. Attempt to jump to the mips reset location - * the boot loader itself might be able to recover the system */ mips_reset_vec(); + + printk(KERN_ERR "mip_reset_vec() has been called. You should not be seeing this.\n"); }