From 662b95daddd9bf3743933aaf6da282f11132e57a Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 16 Jun 2009 11:15:48 +0100 Subject: x86: Switch to using pvops kernel by default for Linux Keave ia64 on 2.6.18 since it currently has no dom0 support in pvops Signed-off-by: Ian Campbell --- config/Linux.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config/Linux.mk b/config/Linux.mk index 52c2227996..7d9286d7f1 100644 --- a/config/Linux.mk +++ b/config/Linux.mk @@ -1,7 +1,11 @@ include $(XEN_ROOT)/config/StdGNU.mk # You may use wildcards, e.g. KERNELS=*2.6* +ifeq (ia64,$(XEN_TARGET_ARCH)) KERNELS ?= linux-2.6-xen +else +KERNELS ?= linux-2.6-pvops +endif XKERNELS := $(foreach kernel, $(KERNELS), \ $(patsubst buildconfigs/mk.%,%, \ -- cgit v1.2.3