Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754328Ab3CHHde (ORCPT ); Fri, 8 Mar 2013 02:33:34 -0500 Received: from mail-oa0-f47.google.com ([209.85.219.47]:36089 "EHLO mail-oa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751342Ab3CHHdd (ORCPT ); Fri, 8 Mar 2013 02:33:33 -0500 MIME-Version: 1.0 In-Reply-To: References: <1362718720-27048-1-git-send-email-yinghai@kernel.org> <1362718720-27048-12-git-send-email-yinghai@kernel.org> <20130308064640.GL14556@mtj.dyndns.org> Date: Thu, 7 Mar 2013 23:33:32 -0800 X-Google-Sender-Auth: nkX01lJoo_Dyb_M3xHyU5OonMFo Message-ID: Subject: Re: [PATCH 11/14] x86, acpi, numa: split SLIT handling out From: Yinghai Lu To: Tejun Heo Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Andrew Morton , Thomas Renninger , Tang Chen , linux-kernel@vger.kernel.org, "Rafael J. Wysocki" , linux-acpi@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 932 Lines: 35 On Thu, Mar 7, 2013 at 11:19 PM, Tejun Heo wrote: > On Thu, Mar 7, 2013 at 11:18 PM, Yinghai Lu wrote: >> ia64 like to call in this seqence >> acpi_numa_init() >> parse srat >> parse slit >> then >> acpi_numa_arch_fixup() >> >> in this arch_fixup, it will try to fill dummy distance_matrix. >> >> so would to keep acpi_numa_init ... > > Can't it just call acpi_numa_init_srat() and then init_slit()? What > am I missing? Yes, but need to break acpi_numa_init calling in arch/ia64/kernel/setup.c with acpi_numa_init_srat() acpi_numa_init_slit() acpi_numa_arch_fixup() current code is acpi_numa_init calling arch_numa_arch_fixup() Thanks Yinghai -- 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/