aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-03-23 11:18:17 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-03-23 11:18:17 +0000
commitf914ededc51e14f29b074c98eafd845903096c91 (patch)
treef585f1cf753bb94393335e387eb05fc687280a8c /tools
parente08c905aad06e3a49269d376169be3180dcdd4e4 (diff)
downloadxen-f914ededc51e14f29b074c98eafd845903096c91.tar.gz
xen-f914ededc51e14f29b074c98eafd845903096c91.tar.bz2
xen-f914ededc51e14f29b074c98eafd845903096c91.zip
bitkeeper revision 1.824 (40601cf9uRnKyyagj6umr4Oaf_-gWQ)
Many files: xeno -> xen renames. xen_proc.c: Rename: xenolinux-2.4.25-sparse/arch/xen/lib/xeno_proc.c -> xenolinux-2.4.25-sparse/arch/xen/lib/xen_proc.c xen_proc.h: Rename: xenolinux-2.4.25-sparse/include/asm-xen/xeno_proc.h -> xenolinux-2.4.25-sparse/include/asm-xen/xen_proc.h Xen-HOWTO.txt: Rename: docs/Xeno-HOWTO.txt -> docs/Xen-HOWTO.txt
Diffstat (limited to 'tools')
-rwxr-xr-xtools/misc/xen-clone12
-rw-r--r--tools/xc/lib/xc_linux_restore.c4
-rw-r--r--tools/xc/lib/xc_linux_save.c4
-rw-r--r--tools/xc/lib/xc_private.h2
4 files changed, 11 insertions, 11 deletions
diff --git a/tools/misc/xen-clone b/tools/misc/xen-clone
index 43ffb498ea..30da8c2c42 100755
--- a/tools/misc/xen-clone
+++ b/tools/misc/xen-clone
@@ -86,11 +86,11 @@ cd ../..
mv linux-${LINUX_VER} xenolinux-${LINUX_VER}
cd xenolinux-${LINUX_VER}
-ARCH=xeno make oldconfig
-ARCH=xeno make dep
-ARCH=xeno make bzImage
-ARCH=xeno make dist || ARCH=xeno make install
-ARCH=xeno make modules
-ARCH=xeno make INSTALL_MOD_PATH=${TOP}/install modules_install
+ARCH=xen make oldconfig
+ARCH=xen make dep
+ARCH=xen make bzImage
+ARCH=xen make dist || ARCH=xen make install
+ARCH=xen make modules
+ARCH=xen make INSTALL_MOD_PATH=${TOP}/install modules_install
cd ..
diff --git a/tools/xc/lib/xc_linux_restore.c b/tools/xc/lib/xc_linux_restore.c
index f0a2127bcc..c82bb5c10d 100644
--- a/tools/xc/lib/xc_linux_restore.c
+++ b/tools/xc/lib/xc_linux_restore.c
@@ -1,13 +1,13 @@
/******************************************************************************
* xc_linux_restore.c
*
- * Restore the state of a Xenolinux session.
+ * Restore the state of a Linux session.
*
* Copyright (c) 2003, K A Fraser.
*/
#include "xc_private.h"
-#include <asm-xeno/suspend.h>
+#include <asm-xen/suspend.h>
#include <zlib.h>
/* This may allow us to create a 'quiet' command-line option, if necessary. */
diff --git a/tools/xc/lib/xc_linux_save.c b/tools/xc/lib/xc_linux_save.c
index aece21a017..5168a58bd2 100644
--- a/tools/xc/lib/xc_linux_save.c
+++ b/tools/xc/lib/xc_linux_save.c
@@ -1,13 +1,13 @@
/******************************************************************************
* xc_linux_save.c
*
- * Save the state of a running Xenolinux session.
+ * Save the state of a running Linux session.
*
* Copyright (c) 2003, K A Fraser.
*/
#include "xc_private.h"
-#include <asm-xeno/suspend.h>
+#include <asm-xen/suspend.h>
#include <zlib.h>
/* This may allow us to create a 'quiet' command-line option, if necessary. */
diff --git a/tools/xc/lib/xc_private.h b/tools/xc/lib/xc_private.h
index 8762790836..8e3cae3f52 100644
--- a/tools/xc/lib/xc_private.h
+++ b/tools/xc/lib/xc_private.h
@@ -16,7 +16,7 @@
#include "xc.h"
-#include <asm-xeno/proc_cmd.h>
+#include <asm-xen/proc_cmd.h>
/* from xen/include/hypervisor-ifs */
#include <hypervisor-if.h>