From: Adrian Bunk <bunk@stusta.de>
To: ebiederm@xmission.com, rddunlap@osdl.org
Cc: linux-kernel@vger.kernel.org, fastboot@osdl.org
Subject: [2.6 patch] i386 KEXEC must depend on X86_CMPXCHG64
Date: Fri, 18 Nov 2005 00:57:00 +0100 [thread overview]
Message-ID: <20051117235700.GJ11494@stusta.de> (raw)
This patch fixes the following compile error with
CONFIG_X86_CMPXCHG64=n:
<-- snip -->
...
CC arch/i386/kernel/machine_kexec.o
arch/i386/kernel/machine_kexec.c: In function 'identity_map_page':
arch/i386/kernel/machine_kexec.c:78: error: implicit declaration of function 'set_64bit'
make[1]: *** [arch/i386/kernel/machine_kexec.o] Error 1
<-- snip -->
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.15-rc1-mm1-full/arch/i386/Kconfig.old 2005-11-18 00:44:29.000000000 +0100
+++ linux-2.6.15-rc1-mm1-full/arch/i386/Kconfig 2005-11-18 00:45:11.000000000 +0100
@@ -662,7 +662,7 @@
config KEXEC
bool "kexec system call (EXPERIMENTAL)"
- depends on EXPERIMENTAL
+ depends on EXPERIMENTAL && X86_CMPXCHG64
help
kexec is a system call that implements the ability to shutdown your
current kernel, and to start another kernel. It is like a reboot
next reply other threads:[~2005-11-17 23:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-17 23:57 Adrian Bunk [this message]
2005-11-18 1:47 ` [2.6 patch] i386 KEXEC must depend on X86_CMPXCHG64 Eric W. Biederman
2006-01-28 16:49 ` [2.6 patch] i386: HIGHMEM64G " Adrian Bunk
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=20051117235700.GJ11494@stusta.de \
--to=bunk@stusta.de \
--cc=ebiederm@xmission.com \
--cc=fastboot@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rddunlap@osdl.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.