Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262114AbVAJFrF (ORCPT ); Mon, 10 Jan 2005 00:47:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262113AbVAJFqg (ORCPT ); Mon, 10 Jan 2005 00:46:36 -0500 Received: from pool-151-203-193-191.bos.east.verizon.net ([151.203.193.191]:35332 "EHLO ccure.user-mode-linux.org") by vger.kernel.org with ESMTP id S262114AbVAJFO7 (ORCPT ); Mon, 10 Jan 2005 00:14:59 -0500 Message-Id: <200501100736.j0A7aHPW005870@ccure.user-mode-linux.org> X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.1-RC1 To: akpm@osdl.org cc: linux-kernel@vger.kernel.org, cw@foof.org Subject: [PATCH 28/28] UML - Fix a compile warning Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 10 Jan 2005 02:36:17 -0500 From: Jeff Dike Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 770 Lines: 22 An eliminated warning from Chris Wright. Signed-off-by: Jeff Dike Index: 2.6.10/arch/um/kernel/skas/process.c =================================================================== --- 2.6.10.orig/arch/um/kernel/skas/process.c 2005-01-09 21:52:21.000000000 -0500 +++ 2.6.10/arch/um/kernel/skas/process.c 2005-01-09 21:57:49.000000000 -0500 @@ -92,6 +92,7 @@ } /* Each element set once, and only accessed by a single processor anyway */ +#undef NR_CPUS #define NR_CPUS 1 int userspace_pid[NR_CPUS]; - 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/