Skip to content

Commit

Permalink
[PATCH] i386: irqbalance_disable() section fix
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
akpm00 authored and Linus Torvalds committed Apr 9, 2007
1 parent c993c73 commit c2481cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/i386/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ static int __init balanced_irq_init(void)
return 0;
}

int __init irqbalance_disable(char *str)
int __devinit irqbalance_disable(char *str)
{
irqbalance_disabled = 1;
return 1;
Expand Down

0 comments on commit c2481cc

Please sign in to comment.