mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
microblaze: Fix _reset() function
There is a need to disable VM before jump to zero reset vector. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Stefan Asserhall <stefan.asserhall@xilinx.com>
This commit is contained in:
parent
dcf639fe6f
commit
5119c418f9
@ -958,6 +958,7 @@ ENTRY(_switch_to)
|
||||
nop
|
||||
|
||||
ENTRY(_reset)
|
||||
VM_OFF
|
||||
brai 0; /* Jump to reset vector */
|
||||
|
||||
/* These are compiled and loaded into high memory, then
|
||||
|
Loading…
Reference in New Issue
Block a user