Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757278AbXKFAyZ (ORCPT ); Mon, 5 Nov 2007 19:54:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755525AbXKFAyO (ORCPT ); Mon, 5 Nov 2007 19:54:14 -0500 Received: from quark.didntduck.org ([69.55.226.66]:51511 "EHLO quark.didntduck.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755541AbXKFAyM (ORCPT ); Mon, 5 Nov 2007 19:54:12 -0500 Message-ID: <472FBB13.9070608@didntduck.org> Date: Mon, 05 Nov 2007 19:53:39 -0500 From: Brian Gerst User-Agent: Thunderbird 2.0.0.5 (X11/20070727) MIME-Version: 1.0 To: Sam Ravnborg CC: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , LKML Subject: Re: [PATCH 03/10] x86: arch/x86/Kconfig.cpu unification References: <11941338801315-git-send-email-sam@ravnborg.org> <11941338804007-git-send-email-sam@ravnborg.org> <11941338801910-git-send-email-sam@ravnborg.org> In-Reply-To: <11941338801910-git-send-email-sam@ravnborg.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1873 Lines: 46 Sam Ravnborg wrote: > Move all CPU definitions to Kconfig.cpu This patch causes build failure on x86_64: lib/rwsem.c: In function ?__init_rwsem?: lib/rwsem.c:24: error: ?struct rw_semaphore? has no member named ?count? lib/rwsem.c:24: error: ?RWSEM_UNLOCKED_VALUE? undeclared (first use in this function) lib/rwsem.c:24: error: (Each undeclared identifier is reported only once lib/rwsem.c:24: error: for each function it appears in.) lib/rwsem.c: In function ?__rwsem_do_wake?: lib/rwsem.c:64: error: implicit declaration of function ?rwsem_atomic_update? lib/rwsem.c:64: error: ?RWSEM_ACTIVE_BIAS? undeclared (first use in this function) lib/rwsem.c:66: error: ?RWSEM_ACTIVE_MASK? undeclared (first use in this function) lib/rwsem.c:115: error: ?RWSEM_WAITING_BIAS? undeclared (first use in this function) lib/rwsem.c:120: error: implicit declaration of function ?rwsem_atomic_add? lib/rwsem.c: In function ?rwsem_down_failed_common?: lib/rwsem.c:169: error: ?RWSEM_ACTIVE_MASK? undeclared (first use in this function) lib/rwsem.c: In function ?rwsem_down_read_failed?: lib/rwsem.c:197: error: ?RWSEM_WAITING_BIAS? undeclared (first use in this function) lib/rwsem.c:197: error: ?RWSEM_ACTIVE_BIAS? undeclared (first use in this function) lib/rwsem.c: In function ?rwsem_down_write_failed?: lib/rwsem.c:210: error: ?RWSEM_ACTIVE_BIAS? undeclared (first use in this function) git bisect gives: 55432d383871d127685d78f94e0ad60307dcc0e9 is first bad commit commit 55432d383871d127685d78f94e0ad60307dcc0e9 Author: Sam Ravnborg Date: Thu Nov 1 21:54:39 2007 +0100 x86: arch/x86/Kconfig.cpu unification - 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/