mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
enable_IR_x2apic() needs to be __init
calls __init, called only from __init Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
ad04d31e5f
commit
2236d252e0
|
|
@ -1315,7 +1315,7 @@ void enable_x2apic(void)
|
|||
}
|
||||
}
|
||||
|
||||
void enable_IR_x2apic(void)
|
||||
void __init enable_IR_x2apic(void)
|
||||
{
|
||||
#ifdef CONFIG_INTR_REMAP
|
||||
int ret;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user