diff options
author | Keir Fraser <keir.fraser@citrix.com> | 2010-05-04 12:17:19 +0100 |
---|---|---|
committer | Keir Fraser <keir.fraser@citrix.com> | 2010-05-04 12:17:19 +0100 |
commit | b857d5d8d12b501ddcf9882023abc1a79aa5c248 (patch) | |
tree | f4ff966bd538b8560f958932fc96acc211e52a2c /buildconfigs/mk.linux-2.6-pvops | |
parent | 2096682555be17947092e7129fb0052655ac74ea (diff) | |
download | xen-b857d5d8d12b501ddcf9882023abc1a79aa5c248.tar.gz xen-b857d5d8d12b501ddcf9882023abc1a79aa5c248.tar.bz2 xen-b857d5d8d12b501ddcf9882023abc1a79aa5c248.zip |
pv_ops: Switch kernel from xen/master to xen/stable-2.6.31.x
This is functionally identical to xen/master at the moment, but more
meaningful.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Diffstat (limited to 'buildconfigs/mk.linux-2.6-pvops')
-rw-r--r-- | buildconfigs/mk.linux-2.6-pvops | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconfigs/mk.linux-2.6-pvops b/buildconfigs/mk.linux-2.6-pvops index 904eb56f0a..002a247f74 100644 --- a/buildconfigs/mk.linux-2.6-pvops +++ b/buildconfigs/mk.linux-2.6-pvops @@ -10,7 +10,7 @@ XEN_LINUX_GIT_URL ?= http://www.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.g else XEN_LINUX_GIT_URL ?= git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git endif -XEN_LINUX_GIT_REMOTEBRANCH ?= xen/master +XEN_LINUX_GIT_REMOTEBRANCH ?= xen/stable-2.6.31.x EXTRAVERSION ?= |