* [PATCH 5/6] kexec jump: fix for lockdep
@ 2008-08-07 9:05 Huang Ying
0 siblings, 0 replies; only message in thread
From: Huang Ying @ 2008-08-07 9:05 UTC (permalink / raw)
To: Eric W. Biederman, Pavel Machek, nigel, Rafael J. Wysocki,
Andrew Morton, Vivek Goyal, mingo, Linus Torvalds
Cc: linux-kernel, Kexec Mailing List
Replace local_irq_disable() with raw_local_irq_disable() to prevent
lockdep complain.
Signed-off-by: Huang Ying <ying.huang@intel.com>
---
arch/x86/kernel/machine_kexec_32.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/arch/x86/kernel/machine_kexec_32.c
+++ b/arch/x86/kernel/machine_kexec_32.c
@@ -130,7 +130,7 @@ void machine_kexec(struct kimage *image)
#endif
/* Interrupts aren't acceptable while we reboot */
- local_irq_disable();
+ raw_local_irq_disable();
if (image->preserve_context) {
#ifdef CONFIG_X86_IO_APIC
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-08-07 12:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-07 9:05 [PATCH 5/6] kexec jump: fix for lockdep Huang Ying
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®