Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935588AbWKZWtg (ORCPT ); Sun, 26 Nov 2006 17:49:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S935599AbWKZWtf (ORCPT ); Sun, 26 Nov 2006 17:49:35 -0500 Received: from ftp.linux-mips.org ([194.74.144.162]:3763 "EHLO ftp.linux-mips.org") by vger.kernel.org with ESMTP id S935588AbWKZWtf (ORCPT ); Sun, 26 Nov 2006 17:49:35 -0500 Date: Sun, 26 Nov 2006 22:49:28 +0000 From: Ralf Baechle To: Linus Torvalds , linux-kernel@vger.kernel.org Cc: Alexey Dobriyan Subject: Build breakage ... Message-ID: <20061126224928.GA22285@linux-mips.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1530 Lines: 29 ee3ce191e8eaa4cc15c51a28b34143b36404c4f5 breaks MIPS completely: In file included from include/linux/bitops.h:9, from include/linux/thread_info.h:20, from include/linux/preempt.h:9, from include/linux/spinlock.h:49, from include/linux/capability.h:45, from include/linux/sched.h:46, from arch/mips/kernel/asm-offsets.c:13: include/asm/bitops.h: In function ‘set_bit’: include/asm/bitops.h:100: warning: implicit declaration of function ‘BUILD_BUG_ON’ include/asm/bitops.h:100: warning: implicit declaration of function ‘typecheck’ include/asm/bitops.h:100: error: expected expression before ‘unsigned’ include/asm/bitops.h:102: error: expected expression before ‘unsigned’ include/asm/bitops.h: In function ‘clear_bit’: include/asm/bitops.h:148: error: expected expression before ‘unsigned’ include/asm/bitops.h:150: error: expected expression before ‘unsigned’ include/asm/bitops.h: In function ‘change_bit’: include/asm/bitops.h:198: error: expected expression before ‘unsigned’ include/asm/bitops.h:200: error: expected expression before ‘unsigned’ That sort of patches really should go to /dev/null so short before a release. Ralf - 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/