From: "Dieter Stüken" <stueken@conterra.de>
To: linux-kernel@vger.kernel.org
Subject: X86_64 compile error (crash.c)
Date: Thu, 29 Dec 2005 16:48:17 +0100 [thread overview]
Message-ID: <43B40541.20107@conterra.de> (raw)
I found this on 2.6.15-rc7 but it was on linux-2.6.14 already:
CC arch/x86_64/kernel/crash.o
In file included from include/asm/kexec.h:5,
from include/linux/kexec.h:9,
from arch/x86_64/kernel/crash.c:15:
include/asm/proto.h:66: error: syntax error before "cpu_initialized"
include/asm/proto.h:66: warning: type defaults to `int' in declaration of `cpu_initialized'
include/asm/proto.h:66: warning: data definition has no type or storage class
gmake[1]: *** [arch/x86_64/kernel/crash.o] error 1
#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...
Dieter.
--
Dieter Stüken, con terra GmbH, Münster
stueken@conterra.de
http://www.conterra.de/
(0)251-7474-501
next reply other threads:[~2005-12-29 15:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-29 15:48 Dieter Stüken [this message]
2005-12-29 16:18 ` X86_64 compile error (crash.c) Andi Kleen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43B40541.20107@conterra.de \
--to=stueken@conterra.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.