Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235209
b: refs/heads/master
c: 626afa3
h: refs/heads/master
i:
  235207: e20bad9
v: v3
  • Loading branch information
Michal Simek committed Mar 15, 2011
1 parent 93446d5 commit 2173661
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: caa66ce9055d15fb319075ebcf30fbc666b41665
refs/heads/master: 626afa35c1d39be43fc2b225d21973daf1c7e299
5 changes: 4 additions & 1 deletion trunk/arch/microblaze/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -998,10 +998,13 @@ ENTRY(_reset)
/* in current MMU branch you don't care what is here - it is
* used from bootloader site - but this is correct for FS-BOOT */
brai 0x70
nop
.org 0x8
brai TOPHYS(_user_exception); /* syscall handler */
.org 0x10
brai TOPHYS(_interrupt); /* Interrupt handler */
.org 0x18
brai TOPHYS(_debug_exception); /* debug trap handler */
.org 0x20
brai TOPHYS(_hw_exception_handler); /* HW exception handler */

.section .rodata,"a"
Expand Down

0 comments on commit 2173661

Please sign in to comment.