Re: [PATCH 1/5] x86: move pic_mode to apic_32.c

From: Thomas Gleixner
Date: Thu May 22 2008 - 17:45:40 EST


On Mon, 19 May 2008, Alexey Starikovskiy wrote:
>
> printk(KERN_INFO "Intel MultiProcessor Specification v1.%d\n",
> mpf->mpf_specification);
> -#ifdef CONFIG_X86_32
> +#if defined(CONFIG_X86_LOCAL_APIC) && defined(CONFIG_X86_32)
> if (mpf->mpf_feature2 & (1 << 7)) {
> printk(KERN_INFO " IMCR and PIC compatibility mode.\n");
> pic_mode = 1;

This part is not about moving pic_mode. Please separate it out.

Thanks,
tglx
--
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/