aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriap10@pb007.cl.cam.ac.uk <iap10@pb007.cl.cam.ac.uk>2005-01-24 22:54:02 +0000
committeriap10@pb007.cl.cam.ac.uk <iap10@pb007.cl.cam.ac.uk>2005-01-24 22:54:02 +0000
commitf90f7afb43b62f6732a3fea284146e9e0577dad3 (patch)
treeb2adb2288c8e5c166719d56bb6b9fa5f5721df62
parenteab8489a4970a3ad8b03d6b81499401e363c7ebb (diff)
parentaac66e34a6f0fd9a3e084945cf5e6a4b9eb9fd56 (diff)
downloadxen-f90f7afb43b62f6732a3fea284146e9e0577dad3.tar.gz
xen-f90f7afb43b62f6732a3fea284146e9e0577dad3.tar.bz2
xen-f90f7afb43b62f6732a3fea284146e9e0577dad3.zip
bitkeeper revision 1.1159.223.30 (41f57c8aGPV5CqOP-AQvc0TjHU_n8A)
Merge pb007.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk into pb007.cl.cam.ac.uk:/auto/groups/xeno/users/iap10/xeno-clone/xen-2.0-testing.bk
-rw-r--r--BitKeeper/etc/logging_ok1
-rw-r--r--linux-2.6.10-xen-sparse/arch/xen/configs/xen0_defconfig9
-rw-r--r--linux-2.6.10-xen-sparse/arch/xen/configs/xenU_defconfig9
-rwxr-xr-xtools/examples/network4
-rw-r--r--xen/arch/x86/Rules.mk4
5 files changed, 7 insertions, 20 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok
index cbc3dd3c3e..a5aabc0fcf 100644
--- a/BitKeeper/etc/logging_ok
+++ b/BitKeeper/etc/logging_ok
@@ -20,6 +20,7 @@ gm281@tetrapod.cl.cam.ac.uk
iap10@freefall.cl.cam.ac.uk
iap10@labyrinth.cl.cam.ac.uk
iap10@nidd.cl.cam.ac.uk
+iap10@pb007.cl.cam.ac.uk
iap10@striker.cl.cam.ac.uk
iap10@tetris.cl.cam.ac.uk
jws22@gauntlet.cl.cam.ac.uk
diff --git a/linux-2.6.10-xen-sparse/arch/xen/configs/xen0_defconfig b/linux-2.6.10-xen-sparse/arch/xen/configs/xen0_defconfig
index 91aa6499b7..d3e884bff4 100644
--- a/linux-2.6.10-xen-sparse/arch/xen/configs/xen0_defconfig
+++ b/linux-2.6.10-xen-sparse/arch/xen/configs/xen0_defconfig
@@ -158,15 +158,8 @@ CONFIG_PCMCIA_PROBE=y
#
# Kernel hacking
#
-CONFIG_DEBUG_KERNEL=y
+# CONFIG_DEBUG_KERNEL is not set
CONFIG_EARLY_PRINTK=y
-# CONFIG_DEBUG_STACKOVERFLOW is not set
-# CONFIG_DEBUG_STACK_USAGE is not set
-CONFIG_DEBUG_SLAB=y
-CONFIG_MAGIC_SYSRQ=y
-# CONFIG_DEBUG_SPINLOCK is not set
-CONFIG_DEBUG_PAGEALLOC=y
-# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_FRAME_POINTER is not set
# CONFIG_4KSTACKS is not set
diff --git a/linux-2.6.10-xen-sparse/arch/xen/configs/xenU_defconfig b/linux-2.6.10-xen-sparse/arch/xen/configs/xenU_defconfig
index e90dd4bc5a..63450b421c 100644
--- a/linux-2.6.10-xen-sparse/arch/xen/configs/xenU_defconfig
+++ b/linux-2.6.10-xen-sparse/arch/xen/configs/xenU_defconfig
@@ -128,15 +128,8 @@ CONFIG_HAVE_DEC_LOCK=y
#
# Kernel hacking
#
-CONFIG_DEBUG_KERNEL=y
+# CONFIG_DEBUG_KERNEL is not set
CONFIG_EARLY_PRINTK=y
-# CONFIG_DEBUG_STACKOVERFLOW is not set
-# CONFIG_DEBUG_STACK_USAGE is not set
-CONFIG_DEBUG_SLAB=y
-# CONFIG_MAGIC_SYSRQ is not set
-# CONFIG_DEBUG_SPINLOCK is not set
-CONFIG_DEBUG_PAGEALLOC=y
-# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_FRAME_POINTER is not set
# CONFIG_4KSTACKS is not set
diff --git a/tools/examples/network b/tools/examples/network
index b679b93e43..229881d737 100755
--- a/tools/examples/network
+++ b/tools/examples/network
@@ -61,13 +61,13 @@ transfer_addrs () {
local src=$1
local dst=$2
# Don't bother if $dst already has IP addresses.
- if ip addr show dev ${dst} | egrep -q '^ *inet' ; then
+ if ip addr show dev ${dst} | egrep -q '^ *inet ' ; then
return
fi
# Address lines start with 'inet' and have the device in them.
# Replace 'inet' with 'ip addr add' and change the device name $src
# to 'dev $src'. Remove netmask as we'll add routes later.
- ip addr show dev ${src} | egrep '^ *inet' | sed -e "
+ ip addr show dev ${src} | egrep '^ *inet ' | sed -e "
s/inet/ip addr add/
s@\([0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+\)/[0-9]\+@\1@
s/${src}/dev ${dst}/
diff --git a/xen/arch/x86/Rules.mk b/xen/arch/x86/Rules.mk
index d569a435c5..c3e1c2aea1 100644
--- a/xen/arch/x86/Rules.mk
+++ b/xen/arch/x86/Rules.mk
@@ -24,13 +24,13 @@ CFLAGS += $(call test-gcc-flag,-fno-stack-protector-all)
ifeq ($(TARGET_SUBARCH),x86_32)
CFLAGS += -m32 -march=i686
-LDFLAGS := --oformat elf32-i386
+LDFLAGS := -m elf_i386
endif
ifeq ($(TARGET_SUBARCH),x86_64)
CFLAGS += -m64 -mno-red-zone -fpic -fno-reorder-blocks
CFLAGS += -fno-asynchronous-unwind-tables
-LDFLAGS := --oformat elf64-x86-64
+LDFLAGS := -m elf_x86_64
endif
# Test for at least GCC v3.2.x.