aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/mpparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/kernel/mpparse.c')
-rw-r--r--arch/i386/kernel/mpparse.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/i386/kernel/mpparse.c b/arch/i386/kernel/mpparse.c
index 827569688562..a2b126fe9a54 100644
--- a/arch/i386/kernel/mpparse.c
+++ b/arch/i386/kernel/mpparse.c
@@ -294,19 +294,6 @@ static void __init MP_lintsrc_info (struct mpc_config_lintsrc *m)
294 m->mpc_irqtype, m->mpc_irqflag & 3, 294 m->mpc_irqtype, m->mpc_irqflag & 3,
295 (m->mpc_irqflag >> 2) &3, m->mpc_srcbusid, 295 (m->mpc_irqflag >> 2) &3, m->mpc_srcbusid,
296 m->mpc_srcbusirq, m->mpc_destapic, m->mpc_destapiclint); 296 m->mpc_srcbusirq, m->mpc_destapic, m->mpc_destapiclint);
297 /*
298 * Well it seems all SMP boards in existence
299 * use ExtINT/LVT1 == LINT0 and
300 * NMI/LVT2 == LINT1 - the following check
301 * will show us if this assumptions is false.
302 * Until then we do not have to add baggage.
303 */
304 if ((m->mpc_irqtype == mp_ExtINT) &&
305 (m->mpc_destapiclint != 0))
306 BUG();
307 if ((m->mpc_irqtype == mp_NMI) &&
308 (m->mpc_destapiclint != 1))
309 BUG();
310} 297}
311 298
312#ifdef CONFIG_X86_NUMAQ 299#ifdef CONFIG_X86_NUMAQ