From 4ff617c3f8ea53d9f700f6e237e3a98f4be43464 Mon Sep 17 00:00:00 2001 From: Marcin Slusarz Date: Mon, 11 Aug 2008 00:09:38 +0200 Subject: [PATCH] --- yaml --- r: 110345 b: refs/heads/master c: d406d21d90dce2e66c7eb4a44605aac947fe55fb h: refs/heads/master i: 110343: bb2bccceb00f663596d91c661b4c94fbe7deccca v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/mpparse.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c4452f10459c..a98359fead67 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bafc1dae8215c862c2e6ae913ddadc20581e59b9 +refs/heads/master: d406d21d90dce2e66c7eb4a44605aac947fe55fb diff --git a/trunk/arch/x86/kernel/mpparse.c b/trunk/arch/x86/kernel/mpparse.c index 78509ee8cc74..2c1963b39621 100644 --- a/trunk/arch/x86/kernel/mpparse.c +++ b/trunk/arch/x86/kernel/mpparse.c @@ -484,7 +484,7 @@ static void __init construct_default_ioirq_mptable(int mpc_default_type) } -static void construct_ioapic_table(int mpc_default_type) +static void __init construct_ioapic_table(int mpc_default_type) { struct mpc_config_ioapic ioapic; struct mpc_config_bus bus; @@ -529,7 +529,7 @@ static void construct_ioapic_table(int mpc_default_type) construct_default_ioirq_mptable(mpc_default_type); } #else -static inline void construct_ioapic_table(int mpc_default_type) { } +static inline void __init construct_ioapic_table(int mpc_default_type) { } #endif static inline void __init construct_default_ISA_mptable(int mpc_default_type)