Revision c1d2a31397ec51f0370f6bd17b19b39152c263cb authored by Nicholas Piggin on 14 May 2018, 15:59:47 UTC, committed by Michael Ellerman on 17 May 2018, 14:23:07 UTC
Similarly to opal_event_shutdown, opal_nvram_write can be called in
the crash path with irqs disabled. Special case the delay to avoid
sleeping in invalid context.

Fixes: 3b8070335f75 ("powerpc/powernv: Fix OPAL NVRAM driver OPAL_BUSY loops")
Cc: stable@vger.kernel.org # v3.2
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
1 parent 497a079
History
File Mode Size
Kconfig -rw-r--r-- 2.1 KB
Makefile -rw-r--r-- 309 bytes
base.c -rw-r--r-- 3.9 KB
fs.c -rw-r--r-- 18.9 KB
gcc_3_4.c -rw-r--r-- 13.8 KB
gcc_4_7.c -rw-r--r-- 13.5 KB
gcov.h -rw-r--r-- 2.7 KB

back to top