diff options
Diffstat (limited to 'arch/powerpc/kernel/rtas_flash.c')
-rw-r--r-- | arch/powerpc/kernel/rtas_flash.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/rtas_flash.c b/arch/powerpc/kernel/rtas_flash.c index e037c7494fd8..4174b4b23246 100644 --- a/arch/powerpc/kernel/rtas_flash.c +++ b/arch/powerpc/kernel/rtas_flash.c | |||
@@ -568,6 +568,12 @@ static void rtas_flash_firmware(int reboot_type) | |||
568 | } | 568 | } |
569 | 569 | ||
570 | /* | 570 | /* |
571 | * Just before starting the firmware flash, cancel the event scan work | ||
572 | * to avoid any soft lockup issues. | ||
573 | */ | ||
574 | rtas_cancel_event_scan(); | ||
575 | |||
576 | /* | ||
571 | * NOTE: the "first" block must be under 4GB, so we create | 577 | * NOTE: the "first" block must be under 4GB, so we create |
572 | * an entry with no data blocks in the reserved buffer in | 578 | * an entry with no data blocks in the reserved buffer in |
573 | * the kernel data segment. | 579 | * the kernel data segment. |