WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ppc-devel

[XenPPC] [xenppc-unstable] [ppc] remove some unnecessary changes

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [xenppc-unstable] [ppc] remove some unnecessary changes
From: Xen patchbot-xenppc-unstable <patchbot-xenppc-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 30 Jun 2006 19:10:40 +0000
Delivery-date: Fri, 30 Jun 2006 12:24:55 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
# 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 <=