Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32556
b: refs/heads/master
c: 70ae612
h: refs/heads/master
v: v3
  • Loading branch information
Chris Dearman authored and Ralf Baechle committed Jul 13, 2006
1 parent 2d82db6 commit 6bef37b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e35a5e35e0f45209a45ec2fd6df90f5ac3a05992
refs/heads/master: 70ae6126090686b2e957f0abd2a3c882e94c7071
6 changes: 3 additions & 3 deletions trunk/arch/mips/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -978,10 +978,10 @@ void ejtag_exception_handler(struct pt_regs *regs)
unsigned long depc, old_epc;
unsigned int debug;

printk("SDBBP EJTAG debug exception - not handled yet, just ignored!\n");
printk(KERN_DEBUG "SDBBP EJTAG debug exception - not handled yet, just ignored!\n");
depc = read_c0_depc();
debug = read_c0_debug();
printk("c0_depc = %0*lx, DEBUG = %08x\n", field, depc, debug);
printk(KERN_DEBUG "c0_depc = %0*lx, DEBUG = %08x\n", field, depc, debug);
if (debug & 0x80000000) {
/*
* In branch delay slot.
Expand All @@ -999,7 +999,7 @@ void ejtag_exception_handler(struct pt_regs *regs)
write_c0_depc(depc);

#if 0
printk("\n\n----- Enable EJTAG single stepping ----\n\n");
printk(KERN_DEBUG "\n\n----- Enable EJTAG single stepping ----\n\n");
write_c0_debug(debug | 0x100);
#endif
}
Expand Down

0 comments on commit 6bef37b

Please sign in to comment.