Searched refs:mpc_default_type (Results 1 – 1 of 1) sorted by relevance
259 static void __init construct_default_ioirq_mptable(int mpc_default_type) in construct_default_ioirq_mptable() argument280 if (mpc_default_type == 5) { in construct_default_ioirq_mptable()293 switch (mpc_default_type) { in construct_default_ioirq_mptable()330 static void __init construct_ioapic_table(int mpc_default_type) in construct_ioapic_table() argument337 switch (mpc_default_type) { in construct_ioapic_table()340 mpc_default_type); in construct_ioapic_table()353 if (mpc_default_type > 4) { in construct_ioapic_table()361 ioapic.apicver = mpc_default_type > 4 ? 0x10 : 0x01; in construct_ioapic_table()369 construct_default_ioirq_mptable(mpc_default_type); in construct_ioapic_table()392 processor.apicver = mpc_default_type > 4 ? 0x10 : 0x01; in construct_default_ISA_mptable()[all …]
Completed in 8 milliseconds