|
@@ -50,7 +50,7 @@ void die(const char *str, struct pt_regs *fp, long err)
|
|
|
}
|
|
|
|
|
|
/* for user application debugging */
|
|
|
-void sw_exception(struct pt_regs *regs)
|
|
|
+asmlinkage void sw_exception(struct pt_regs *regs)
|
|
|
{
|
|
|
_exception(SIGTRAP, regs, TRAP_BRKPT, regs->r16);
|
|
|
flush_dcache_range(regs->r16, regs->r16 + 0x4);
|