aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-31 10:06:20 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-31 10:06:20 +0100
commitf651bf191b0f75c8bc83a1535a2bc328f60ad185 (patch)
treee4f9e34189c9d850bca76bab10f054e29e8e1136
parent62b8bcaf488e20340b836bbb3d64045a10a5f3f4 (diff)
downloadxen-f651bf191b0f75c8bc83a1535a2bc328f60ad185.tar.gz
xen-f651bf191b0f75c8bc83a1535a2bc328f60ad185.tar.bz2
xen-f651bf191b0f75c8bc83a1535a2bc328f60ad185.zip
The ia64 build doesn't yet include drivers/xen/Kconfig directly so we
need to replicate the new XEN_INTERFACE_VERSION option in the arch Kconfig. Signed-off-by: Alex Williamson <alex.williamson@hp.com>
-rw-r--r--linux-2.6-xen-sparse/arch/ia64/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux-2.6-xen-sparse/arch/ia64/Kconfig b/linux-2.6-xen-sparse/arch/ia64/Kconfig
index 54584bdbac..db86da7611 100644
--- a/linux-2.6-xen-sparse/arch/ia64/Kconfig
+++ b/linux-2.6-xen-sparse/arch/ia64/Kconfig
@@ -91,6 +91,11 @@ config XEN_SYSFS
help
Xen hypervisor attributes will show up under /sys/hypervisor/.
+config XEN_INTERFACE_VERSION
+ hex
+ depends on XEN
+ default 0x00030101
+
config SCHED_NO_NO_OMIT_FRAME_POINTER
bool
default y