Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754836AbYAWOha (ORCPT ); Wed, 23 Jan 2008 09:37:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752258AbYAWOhW (ORCPT ); Wed, 23 Jan 2008 09:37:22 -0500 Received: from relay2.sgi.com ([192.48.171.30]:40661 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752176AbYAWOhU (ORCPT ); Wed, 23 Jan 2008 09:37:20 -0500 Message-ID: <4797511E.9020704@sgi.com> Date: Wed, 23 Jan 2008 06:37:18 -0800 From: Mike Travis User-Agent: Thunderbird 2.0.0.6 (X11/20070801) MIME-Version: 1.0 To: Yinghai Lu CC: Ingo Molnar , Christoph Lameter , LKML Subject: Re: [PATCH] x86_64: remove duplicated line about x86_bios_cpu_apicid_early_ptr References: <200801230056.16424.yinghai.lu@sun.com> <47974C53.2060202@sgi.com> In-Reply-To: <47974C53.2060202@sgi.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1095 Lines: 36 Mike Travis wrote: > Yinghai Lu wrote: >> [PATCH] x86_64: remove duplicated line about x86_bios_cpu_apicid_early_ptr >> >> Signed-off-by: Yinghai Lu >> >> diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c >> index 2643a8f..b587166 100644 >> --- a/arch/x86/kernel/setup_64.c >> +++ b/arch/x86/kernel/setup_64.c >> @@ -349,7 +349,6 @@ void __init setup_arch(char **cmdline_p) >> #ifdef CONFIG_NUMA >> x86_cpu_to_node_map_early_ptr = (void *)&x86_cpu_to_node_map_init; >> #endif >> - x86_bios_cpu_apicid_early_ptr = (void *)&x86_bios_cpu_apicid_init; >> #endif >> >> #ifdef CONFIG_ACPI > > > Thanks Yinghai! > > I wonder how this got past my testing (I do build and test !SMP and !NUMA > versions.) I'll check into this. Hmm, never mind. Coffee has cleared up my confusion... > > Regards, > Mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/