From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932095AbWJRIOq (ORCPT ); Wed, 18 Oct 2006 04:14:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932096AbWJRIOq (ORCPT ); Wed, 18 Oct 2006 04:14:46 -0400 Received: from omx2-ext.sgi.com ([192.48.171.19]:26265 "EHLO omx2.sgi.com") by vger.kernel.org with ESMTP id S932095AbWJRIOp (ORCPT ); Wed, 18 Oct 2006 04:14:45 -0400 From: Paul Jackson To: akpm@osdl.org Cc: neilb@suse.de, nfs@lists.sourceforge.net, Paul Jackson , linux-kernel@vger.kernel.org, gnb@melbourne.sgi.com Date: Wed, 18 Oct 2006 01:13:36 -0700 Message-Id: <20061018081336.18477.55297.sendpatchset@sam.engr.sgi.com> Subject: [PATCH] lib cpumask.c should include nodemask.h Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: Paul Jackson With the addition of some nodemask related code to lib/cpumask.c, we should now include nodemask.h in this file for the for_each_node_mask() and node_possible_map definitions. Signed-off-by: Paul Jackson --- lib/cpumask.c | 1 + 1 files changed, 1 insertion(+) --- 2.6.19-rc2-mm1.orig/lib/cpumask.c 2006-10-17 17:36:23.000000000 -0700 +++ 2.6.19-rc2-mm1/lib/cpumask.c 2006-10-17 17:37:23.000000000 -0700 @@ -1,6 +1,7 @@ #include #include #include +#include #include int __first_cpu(const cpumask_t *srcp) -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson 1.925.600.0401