|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [xenppc-unstable] [ppc] remove some unnecessary changes
# HG changeset patch
# User Hollis Blanchard <hollisb@xxxxxxxxxx>
# Node ID e290643fd6b681532546f47b52b659e8ad1697e9
# Parent a4710a3036140295f11921e2039fe5b95b339072
[ppc] remove some unnecessary changes
Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>
---
.hgignore | 2 --
config/ppc64.mk | 1 -
tools/libxc/xc_load_elf.c | 3 +--
3 files changed, 1 insertion(+), 5 deletions(-)
diff -r a4710a303614 -r e290643fd6b6 .hgignore
--- a/.hgignore Fri Jun 30 13:28:52 2006 -0500
+++ b/.hgignore Fri Jun 30 14:03:13 2006 -0500
@@ -184,7 +184,6 @@
^tools/xentrace/xentrace$
^tools/domctrl/domctrl$
^tools/domctrl/domctrl.dbg$
-^tools/domctrl/cscope\..*$
^tools/xm-test/ramdisk/buildroot
^xen/BLOG$
^xen/TAGS$
@@ -206,7 +205,6 @@
^xen/xen$
^xen/xen-syms$
^xen/xen\..*$
-^xen/cscope\..*$
^xen/arch/ppc/dom0\.bin$
^xen/arch/ppc/asm-offsets\.s$
^xen/arch/ppc/firmware
diff -r a4710a303614 -r e290643fd6b6 config/ppc64.mk
--- a/config/ppc64.mk Fri Jun 30 13:28:52 2006 -0500
+++ b/config/ppc64.mk Fri Jun 30 14:03:13 2006 -0500
@@ -1,4 +1,3 @@ CONFIG_POWERPC := y
CONFIG_POWERPC := y
-CFLAGS += -DELFSIZE=64
LIBDIR := lib
diff -r a4710a303614 -r e290643fd6b6 tools/libxc/xc_load_elf.c
--- a/tools/libxc/xc_load_elf.c Fri Jun 30 13:28:52 2006 -0500
+++ b/tools/libxc/xc_load_elf.c Fri Jun 30 14:03:13 2006 -0500
@@ -5,7 +5,6 @@
#include "xg_private.h"
#include "xc_elf.h"
#include <stdlib.h>
-#include <endian.h>
#define round_pgup(_p) (((_p)+(PAGE_SIZE-1))&PAGE_MASK)
#define round_pgdown(_p) ((_p)&PAGE_MASK)
@@ -213,7 +212,7 @@ static int parseelfimage(const char *ima
(dsi->v_kernentry < kernstart) ||
(dsi->v_kernentry > kernend) ||
(dsi->v_start > kernstart) ) {
- ERROR("ELF start or entries are out of bounds.");
+ ERROR("ELF start or entries are out of bounds.");
return -EINVAL;
}
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [XenPPC] [xenppc-unstable] [ppc] remove some unnecessary changes,
Xen patchbot-xenppc-unstable <=
|
|
|
|
|