From: Michal Simek Date: Wed, 12 Feb 2020 08:43:29 +0000 (+0100) Subject: microblaze: Fix _reset() function X-Git-Tag: v5.7-rc1~167^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5119c418f950016eebe7a303e5903a239acaac09;p=thirdparty%2Fkernel%2Flinux.git microblaze: Fix _reset() function There is a need to disable VM before jump to zero reset vector. Signed-off-by: Michal Simek Reviewed-by: Stefan Asserhall --- diff --git a/arch/microblaze/kernel/entry.S b/arch/microblaze/kernel/entry.S index f6ded356394af..b179f8f6d287e 100644 --- a/arch/microblaze/kernel/entry.S +++ b/arch/microblaze/kernel/entry.S @@ -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