Re: X86_64 compile error (crash.c)

From: Andi Kleen
Date: Thu Dec 29 2005 - 11:22:00 EST


Dieter Stüken <stueken@xxxxxxxxxxx> writes:
>
> #include <linux/cpumask.h> might be included in "asm-x86_64/proto.h"
>
> however, it happens only with a very unusual configuration:
>
> CONFIG_X86_64=y
> CONFIG_KEXEC=y
> CONFIG_COMPAT=n
>
> else linux/cpumask.h gets included somewhere else...

Thanks for the report. I think the right fix is to move the declaration
of cpu_initialized into smp.h. I did this in my tree for 2.6.16.

-Andi
-
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/