]> git.baikalelectronics.ru Git - kernel.git/commit
x86: section mismatch fixes, #3
authorJacek Luczak <difrost.kernel@gmail.com>
Fri, 11 Apr 2008 11:29:04 +0000 (13:29 +0200)
committerIngo Molnar <mingo@elte.hu>
Sat, 26 Apr 2008 15:35:48 +0000 (17:35 +0200)
commita58df350fdc03bf1df9a242fbe655419d3284fb5
tree8e0a001d2f65063b53552134b81d1ad4cfa1d144
parent090676f323f1a1864c109dbf773cc76b13a534fd
x86: section mismatch fixes, #3

This patch fixes section mismatch warnings in unlock_ExtINT_logic().

WARNING: arch/x86/kernel/built-in.o(.text+0x14a92): Section mismatch in reference from the function unlock_ExtINT_logic()
to the function .init.text:find_isa_irq_pin()
The function unlock_ExtINT_logic() references
the function __init find_isa_irq_pin().
This is often because unlock_ExtINT_logic lacks a __init
annotation or the annotation of find_isa_irq_pin is wrong.

Signed-off-by: Jacek Luczak <luczak.jacek@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/io_apic_64.c