Re: [PATCH] i386: move apic init in init_IRQs

From: Maciej W. Rozycki
Date: Tue Oct 04 2005 - 10:35:13 EST


On Tue, 4 Oct 2005, Eric W. Biederman wrote:

> - if (enable_local_apic < 0)
> - clear_bit(X86_FEATURE_APIC, boot_cpu_data.x86_capability);

I think this should stay.

> + if (enable_local_apic < 0) {
> + printk(KERN_INFO "Apic disabled\n");

Capitalisation. ;-)

Otherwise it seems reasonable -- provided it works for you. ;-)

Maciej
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/