aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/entry.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/kernel/entry.S')
-rw-r--r--arch/microblaze/kernel/entry.S5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/entry.S b/arch/microblaze/kernel/entry.S
index e3c8d69e248b..d68a397e3936 100644
--- a/arch/microblaze/kernel/entry.S
+++ b/arch/microblaze/kernel/entry.S
@@ -998,10 +998,13 @@ ENTRY(_reset)
998 /* in current MMU branch you don't care what is here - it is 998 /* in current MMU branch you don't care what is here - it is
999 * used from bootloader site - but this is correct for FS-BOOT */ 999 * used from bootloader site - but this is correct for FS-BOOT */
1000 brai 0x70 1000 brai 0x70
1001 nop 1001 .org 0x8
1002 brai TOPHYS(_user_exception); /* syscall handler */ 1002 brai TOPHYS(_user_exception); /* syscall handler */
1003 .org 0x10
1003 brai TOPHYS(_interrupt); /* Interrupt handler */ 1004 brai TOPHYS(_interrupt); /* Interrupt handler */
1005 .org 0x18
1004 brai TOPHYS(_debug_exception); /* debug trap handler */ 1006 brai TOPHYS(_debug_exception); /* debug trap handler */
1007 .org 0x20
1005 brai TOPHYS(_hw_exception_handler); /* HW exception handler */ 1008 brai TOPHYS(_hw_exception_handler); /* HW exception handler */
1006 1009
1007.section .rodata,"a" 1010.section .rodata,"a"