[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.1.10.0805222343430.3295@apollo.tec.linutronix.de>
Date: Thu, 22 May 2008 23:45:05 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: Alexey Starikovskiy <astarikovskiy@...e.de>
cc: mingo@...e.hu, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/5] x86: move pic_mode to apic_32.c
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists