aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/xen/Kconfig
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@xensource.com>2007-07-17 18:37:06 -0700
committerJeremy Fitzhardinge <jeremy@goop.org>2007-07-18 08:47:44 -0700
commitf120f13ea0dbb0b0d6675683d5f6faea71277e65 (patch)
tree6b525ab73bedfa78e43dee303ac991099377e9c5 /arch/i386/xen/Kconfig
parentf87e4cac4f4e940b328d3deb5b53e642e3881f43 (diff)
downloadkernel_samsung_aries-f120f13ea0dbb0b0d6675683d5f6faea71277e65.zip
kernel_samsung_aries-f120f13ea0dbb0b0d6675683d5f6faea71277e65.tar.gz
kernel_samsung_aries-f120f13ea0dbb0b0d6675683d5f6faea71277e65.tar.bz2
xen: Add support for preemption
Add Xen support for preemption. This is mostly a cleanup of existing preempt_enable/disable calls, or just comments to explain the current usage. Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com> Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Diffstat (limited to 'arch/i386/xen/Kconfig')
-rw-r--r--arch/i386/xen/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/xen/Kconfig b/arch/i386/xen/Kconfig
index b7697ff..9df99e1 100644
--- a/arch/i386/xen/Kconfig
+++ b/arch/i386/xen/Kconfig
@@ -4,7 +4,7 @@
config XEN
bool "Enable support for Xen hypervisor"
- depends on PARAVIRT && X86_CMPXCHG && X86_TSC && !(PREEMPT || NEED_MULTIPLE_NODES)
+ depends on PARAVIRT && X86_CMPXCHG && X86_TSC && !NEED_MULTIPLE_NODES
help
This is the Linux Xen port. Enabling this will allow the
kernel to boot in a paravirtualized environment under the