mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 08:43:31 +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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue