diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-01-15 17:52:00 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-01-15 17:52:00 +0000 |
commit | 843de67465f2cefb28ed77fd3cc03a400839b83b (patch) | |
tree | 0320307be44b94c26be4e4d3fae856c83d7b33e6 /arch/mips64 | |
parent | 67d9d41c76f6db9b9b6fa5ec01cf59a281f3ca4c (diff) |
Kill debug code.
Diffstat (limited to 'arch/mips64')
-rw-r--r-- | arch/mips64/mm/r4xx0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips64/mm/r4xx0.c b/arch/mips64/mm/r4xx0.c index e9fcef587..2da2ed040 100644 --- a/arch/mips64/mm/r4xx0.c +++ b/arch/mips64/mm/r4xx0.c @@ -2129,7 +2129,6 @@ static void r4k_show_regs(struct pt_regs *regs) regs->cp0_epc, regs->cp0_badvaddr); printk("Status : %08x\nCause : %08x\n", (unsigned int) regs->cp0_status, (unsigned int) regs->cp0_cause); -//{static int x = 3; x--; if(!x) while(1);} } /* Detect and size the various r4k caches. */ |