add patch
This commit is contained in:
parent
11dc6fb0e3
commit
83db6693c4
1 changed files with 11 additions and 0 deletions
11
silence-empty-ipi-mask-warning.patch
Normal file
11
silence-empty-ipi-mask-warning.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- linux-3.6.noarch/arch/x86/kernel/apic/ipi.c~ 2013-01-23 10:48:14.716069615 -0500
|
||||
+++ linux-3.6.noarch/arch/x86/kernel/apic/ipi.c 2013-01-23 10:48:26.217046545 -0500
|
||||
@@ -106,7 +106,7 @@ void default_send_IPI_mask_logical(const
|
||||
unsigned long mask = cpumask_bits(cpumask)[0];
|
||||
unsigned long flags;
|
||||
|
||||
- if (WARN_ONCE(!mask, "empty IPI mask"))
|
||||
+ if (!mask)
|
||||
return;
|
||||
|
||||
local_irq_save(flags);
|
||||
Loading…
Add table
Add a link
Reference in a new issue