commit | 28acf285deb193a1898bd531d778b0d1b1b75f2c | [log] [tgz] |
---|---|---|
author | Jacek Luczak <difrost.kernel@gmail.com> | Sat Apr 12 17:41:12 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Apr 26 17:35:47 2008 +0200 |
tree | eca78689295b6606b73559e21744e719323196d3 | |
parent | 991074fd35e9e584d3cc28b4cba2e12743aeaa46 [diff] |
x86: unlock_ExtINT_logic() - fix section mismatch warnings Fix following warning: WARNING: arch/x86/kernel/built-in.o(.text+0x12cc9): Section mismatch in reference from the function unlock_ExtINT_logic() unlock_ExtINT_logic() is only used by __init check_timer(). Annotate unlock_ExtINT_logic() witch __init. 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>