Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754460Ab3CHHTs (ORCPT ); Fri, 8 Mar 2013 02:19:48 -0500 Received: from mail-qe0-f47.google.com ([209.85.128.47]:56734 "EHLO mail-qe0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752389Ab3CHHTr (ORCPT ); Fri, 8 Mar 2013 02:19:47 -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:19:46 -0800 X-Google-Sender-Auth: iPtAywkE0Ropok4Yl5pZU3lNjg4 Message-ID: Subject: Re: [PATCH 11/14] x86, acpi, numa: split SLIT handling out From: Tejun Heo To: Yinghai Lu 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: 632 Lines: 22 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? -- tejun -- 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/