[PATCH] i386: irqbalance_disable() section fix
WARNING: arch/i386/kernel/built-in.o - Section mismatch: reference to .init.text:irqbalance_disable from .text between 'quirk_intel_irqbalance' (at offset 0x80a5) and 'i8237A_suspend' Cc: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
c993c7355d
commit
c2481cc4a8
@@ -736,7 +736,7 @@ failed:
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int __init irqbalance_disable(char *str)
|
int __devinit irqbalance_disable(char *str)
|
||||||
{
|
{
|
||||||
irqbalance_disabled = 1;
|
irqbalance_disabled = 1;
|
||||||
return 1;
|
return 1;
|
||||||
|
Reference in New Issue
Block a user