From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755169AbXLaCj0 (ORCPT ); Sun, 30 Dec 2007 21:39:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751570AbXLaCjQ (ORCPT ); Sun, 30 Dec 2007 21:39:16 -0500 Received: from mx1.suse.de ([195.135.220.2]:58252 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751276AbXLaCjQ (ORCPT ); Sun, 30 Dec 2007 21:39:16 -0500 To: "Yinghai Lu" Cc: "Christoph Lameter" , "Andrew Morton" , LKML Subject: Re: numa_default_policy() From: Andi Kleen References: <86802c440712301756m3b450a31l8b3569000e1f7b2b@mail.gmail.com> Date: Mon, 31 Dec 2007 03:39:15 +0100 In-Reply-To: <86802c440712301756m3b450a31l8b3569000e1f7b2b@mail.gmail.com> (Yinghai Lu's message of "Sun\, 30 Dec 2007 17\:56\:08 -0800") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org "Yinghai Lu" writes: > it seems in numa_default_policy() > > are called two times: > > one is in rest_init(), and another is init_post() > > another reason for that? They run in different threads. -Andi