Re: PCI MSI breaks when booting with nosmp

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jean Delvare
Date: Monday, April 21, 2008 - 1:48 pm

Hi Andi,

Le lundi 21 avril 2008, Andi Kleen a écrit :

From init/main.c:

static int __init maxcpus(char *str)
{
	get_option(&str, &setup_max_cpus);
	if (setup_max_cpus == 0)
		disable_ioapic_setup();

	return 0;
}
early_param("maxcpus", maxcpus);

From arch/x86/kernel/io_apic_32.c:

static int __init parse_noapic(char *arg)
{
	/* disable IO-APIC */
	disable_ioapic_setup();
	return 0;
}
early_param("noapic", parse_noapic);

Both call disable_ioapic_setup(), so how can they not be the same?

-- 
Jean Delvare
Suse L3
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
PCI MSI breaks when booting with nosmp, Jean Delvare, (Thu Apr 17, 12:40 pm)
Re: PCI MSI breaks when booting with nosmp, Jesse Barnes, (Thu Apr 17, 1:08 pm)
Re: PCI MSI breaks when booting with nosmp, Jean Delvare, (Thu Apr 17, 1:25 pm)
Re: PCI MSI breaks when booting with nosmp, Jesse Barnes, (Mon Apr 21, 10:43 am)
Re: PCI MSI breaks when booting with nosmp, Andi Kleen, (Mon Apr 21, 11:45 am)
Re: PCI MSI breaks when booting with nosmp, Jesse Barnes, (Mon Apr 21, 12:06 pm)
Re: PCI MSI breaks when booting with nosmp, Jesse Barnes, (Mon Apr 21, 12:35 pm)
Re: PCI MSI breaks when booting with nosmp, Andi Kleen, (Mon Apr 21, 12:41 pm)
Re: PCI MSI breaks when booting with nosmp, Pavel Machek, (Mon Apr 21, 12:43 pm)
Re: PCI MSI breaks when booting with nosmp, Andi Kleen, (Mon Apr 21, 12:44 pm)
Re: PCI MSI breaks when booting with nosmp, Jean Delvare, (Mon Apr 21, 1:20 pm)
Re: PCI MSI breaks when booting with nosmp, Jesse Barnes, (Mon Apr 21, 1:40 pm)
Re: PCI MSI breaks when booting with nosmp, Andi Kleen, (Mon Apr 21, 1:46 pm)
Re: PCI MSI breaks when booting with nosmp, Jean Delvare, (Mon Apr 21, 1:48 pm)
Re: PCI MSI breaks when booting with nosmp, Andi Kleen, (Mon Apr 21, 2:09 pm)
Re: PCI MSI breaks when booting with nosmp, Jesse Barnes, (Mon Apr 21, 2:14 pm)
Re: PCI MSI breaks when booting with nosmp, Jean Delvare, (Tue Apr 22, 6:27 am)
Re: PCI MSI breaks when booting with nosmp, Jesse Barnes, (Tue Apr 22, 8:50 am)
Re: PCI MSI breaks when booting with nosmp, Pavel Machek, (Tue Apr 22, 2:25 pm)
Re: PCI MSI breaks when booting with nosmp, Jesse Barnes, (Tue Apr 22, 4:07 pm)
Re: PCI MSI breaks when booting with nosmp, Jean Delvare, (Wed Apr 23, 7:38 am)
Re: PCI MSI breaks when booting with nosmp, Jesse Barnes, (Wed Apr 23, 8:12 am)
Re: PCI MSI breaks when booting with nosmp, Maciej W. Rozycki, (Wed Apr 23, 11:13 am)
Re: PCI MSI breaks when booting with nosmp, Jesse Barnes, (Wed Apr 23, 11:23 am)
Re: PCI MSI breaks when booting with nosmp, Jesse Barnes, (Wed Apr 23, 11:32 am)
Re: PCI MSI breaks when booting with nosmp, Jean Delvare, (Wed Apr 23, 11:32 am)
Re: PCI MSI breaks when booting with nosmp, Maciej W. Rozycki, (Wed Apr 23, 11:38 am)