Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161315AbWBUDsg (ORCPT ); Mon, 20 Feb 2006 22:48:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161301AbWBUDsO (ORCPT ); Mon, 20 Feb 2006 22:48:14 -0500 Received: from ns.miraclelinux.com ([219.118.163.66]:10685 "EHLO mail01.miraclelinux.com") by vger.kernel.org with ESMTP id S1161305AbWBUDsJ (ORCPT ); Mon, 20 Feb 2006 22:48:09 -0500 Message-Id: <20060221034750.186509000@localhost.localdomain> References: <20060221034628.799606000@localhost.localdomain> Date: Tue, 21 Feb 2006 12:46:33 +0900 From: Akinobu Mita To: akpm@osdl.org Cc: linux-kernel@vger.kernel.org, Akinobu Mita , Jeff Dike Subject: [-mm patch 5/8] um: fix undefined reference to hweight32 Content-Disposition: inline; filename=uml-fix.patch Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1115 Lines: 42 Build fix for user mode linux. Signed-off-by: Akinobu Mita Cc: Jeff Dike arch/um/Kconfig.i386 | 5 +++++ arch/um/Kconfig.x86_64 | 5 +++++ 2 files changed, 10 insertions(+) Index: 2.6-mm/arch/um/Kconfig.i386 =================================================================== --- 2.6-mm.orig/arch/um/Kconfig.i386 +++ 2.6-mm/arch/um/Kconfig.i386 @@ -52,3 +52,8 @@ config ARCH_HAS_SC_SIGNALS config ARCH_REUSE_HOST_VSYSCALL_AREA bool default y + +config GENERIC_HWEIGHT + bool + default y + Index: 2.6-mm/arch/um/Kconfig.x86_64 =================================================================== --- 2.6-mm.orig/arch/um/Kconfig.x86_64 +++ 2.6-mm/arch/um/Kconfig.x86_64 @@ -46,3 +46,8 @@ config ARCH_REUSE_HOST_VSYSCALL_AREA config SMP_BROKEN bool default y + +config GENERIC_HWEIGHT + bool + default y + -- - 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/