Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189281
b: refs/heads/master
c: 708e715
h: refs/heads/master
i:
  189279: d9ab327
v: v3
  • Loading branch information
Michal Simek committed Apr 1, 2010
1 parent dcacbaa commit 79773cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ee68f1745e7734a55c8bf680f6f464205f1f15da
refs/heads/master: 708e7153d6fc4d2e5fe15c6ccc5d2907fe8a9c8d
2 changes: 2 additions & 0 deletions trunk/arch/microblaze/kernel/hw_exception_handler.S
Original file line number Diff line number Diff line change
Expand Up @@ -334,13 +334,15 @@ not_in_delay_slot:
addk r6, r5, r5; /* << 1 */
addk r6, r6, r6; /* << 2 */

#ifdef DEBUG
/* counting which exception happen */
lwi r5, r0, 0x200 + TOPHYS(r0_ram)
addi r5, r5, 1
swi r5, r0, 0x200 + TOPHYS(r0_ram)
lwi r5, r6, 0x200 + TOPHYS(r0_ram)
addi r5, r5, 1
swi r5, r6, 0x200 + TOPHYS(r0_ram)
#endif
/* end */
/* Load the HW Exception vector */
lwi r6, r6, TOPHYS(_MB_HW_ExceptionVectorTable)
Expand Down

0 comments on commit 79773cc

Please sign in to comment.