Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261227AbVEZHOl (ORCPT ); Thu, 26 May 2005 03:14:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261232AbVEZHOl (ORCPT ); Thu, 26 May 2005 03:14:41 -0400 Received: from dvhart.com ([64.146.134.43]:52387 "EHLO localhost.localdomain") by vger.kernel.org with ESMTP id S261227AbVEZHOf (ORCPT ); Thu, 26 May 2005 03:14:35 -0400 Date: Thu, 26 May 2005 00:14:34 -0700 From: "Martin J. Bligh" Reply-To: "Martin J. Bligh" To: Andrew Morton Cc: linux-kernel@vger.kernel.org, Roman Zippel , christoph@lameter.com Subject: Re: 2.6.12-rc5-mm1 Message-ID: <195320000.1117091674@[10.10.2.4]> In-Reply-To: <191140000.1117091133@[10.10.2.4]> References: <175590000.1117089446@[10.10.2.4]> <20050525234717.261beb48.akpm@osdl.org> <191140000.1117091133@[10.10.2.4]> X-Mailer: Mulberry/2.2.1 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1355 Lines: 43 --"Martin J. Bligh" wrote (on Thursday, May 26, 2005 00:05:33 -0700): > > > --Andrew Morton wrote (on Wednesday, May 25, 2005 23:47:17 -0700): > >> "Martin J. Bligh" wrote: >>> >>> Build failure on numaq: >>> http://ftp.kernel.org/pub/linux/kernel/people/mbligh/config/abat/numaq >>> >>> In file included from include/linux/sched.h:12, >>> from arch/i386/kernel/asm-offsets.c:7: >>> include/linux/jiffies.h:42:3: #error You lose. >> >> You lost! CONFIG_HZ didn't get set. >> >> Something obviously went wrong in the magic in kernel/Kconfig.hz. Wanna do >> `grep HZ .config' and see if you can work out why it broke? > > Tis conspicious by it's absence. > > mbligh@kernel:~/linux-2.6.12-rc5-mm1$ grep HZ .config > mbligh@kernel:~/linux-2.6.12-rc5-mm1$ > > I'll poke at it in the morning, with the benfits of less wine, and more > sleep > > M. source kernel/Kconfig.hz is under: menu "APM (Advanced Power Management) BIOS Support" depends on PM && !X86_VISWS So it's screwed if you don't have PM defined, it seems. - 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/