Re: 2.6.12-rc5-mm1

From: Martin J. Bligh
Date: Thu May 26 2005 - 02:17:09 EST




--"Martin J. Bligh" <mbligh@xxxxxxxxxx> wrote (on Thursday, May 26, 2005 00:05:33 -0700):

>
>
> --Andrew Morton <akpm@xxxxxxxx> wrote (on Wednesday, May 25, 2005 23:47:17 -0700):
>
>> "Martin J. Bligh" <mbligh@xxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/