Skip to content

Commit 5119c41

Browse files
author
Michal Simek
committed
microblaze: Fix _reset() function
There is a need to disable VM before jump to zero reset vector. Signed-off-by: Michal Simek <[email protected]> Reviewed-by: Stefan Asserhall <[email protected]>
1 parent dcf639f commit 5119c41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/microblaze/kernel/entry.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,7 @@ ENTRY(_switch_to)
958958
nop
959959

960960
ENTRY(_reset)
961+
VM_OFF
961962
brai 0; /* Jump to reset vector */
962963

963964
/* These are compiled and loaded into high memory, then

0 commit comments

Comments
 (0)