|
@@ -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)
|