Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756940AbXIBJO0 (ORCPT ); Sun, 2 Sep 2007 05:14:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754270AbXIBJOQ (ORCPT ); Sun, 2 Sep 2007 05:14:16 -0400 Received: from mailout.stusta.mhn.de ([141.84.69.5]:42853 "EHLO mailhub.stusta.mhn.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754001AbXIBJOP (ORCPT ); Sun, 2 Sep 2007 05:14:15 -0400 Date: Sun, 2 Sep 2007 11:14:17 +0200 From: Adrian Bunk To: Andrew Morton , Jiri Slaby Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: 2.6.23-rc4-mm1 net bitops compile error Message-ID: <20070902091416.GJ16016@stusta.de> References: <20070831215822.26e1432b.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20070831215822.26e1432b.akpm@linux-foundation.org> User-Agent: Mutt/1.5.16 (2007-06-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1360 Lines: 36 defconfig fails with the following error on parisc: <-- snip --> ... CC net/core/gen_estimator.o In file included from include2/asm/bitops.h:111, from /home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/net/core/gen_estimator.c:18: /home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/asm-generic/bitops/non-atomic.h: In function '__set_bit': /home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/asm-generic/bitops/non-atomic.h:17: error: implicit declaration of function 'BIT_MASK' /home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/asm-generic/bitops/non-atomic.h:18: error: implicit declaration of function 'BIT_WORD' make[3]: *** [net/core/gen_estimator.o] Error 1 <-- snip --> Either #include must become forbidden and #error or the move of the #define's to include/linux/bitops.h reverted. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed - 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/