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] [XEND][POWERPC] fix tabs that snuck in

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [xenppc-unstable] [XEND][POWERPC] fix tabs that snuck in
From: Xen patchbot-xenppc-unstable <patchbot-xenppc-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 14 Sep 2006 20:50:33 +0000
Delivery-date: Thu, 14 Sep 2006 14:01:29 -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 hollisb@localhost
# Node ID c94df1e4e62c7ab04faf05c8c5586f050f6513fd
# Parent  14e7c2948115b2f7ba82e37df571447c0428b8e5
[XEND][POWERPC] fix tabs that snuck in
Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>
---
 tools/python/xen/xend/FlatDeviceTree.py |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff -r 14e7c2948115 -r c94df1e4e62c tools/python/xen/xend/FlatDeviceTree.py
--- a/tools/python/xen/xend/FlatDeviceTree.py   Thu Sep 14 14:53:32 2006 -0500
+++ b/tools/python/xen/xend/FlatDeviceTree.py   Thu Sep 14 15:43:38 2006 -0500
@@ -299,11 +299,11 @@ def build(imghandler):
     rma.addprop('device_type', 'memory\0')
 
     # all the rest in a single node
-       remaining = totalmem - rma_bytes
-       if remaining > 0:
-               mem = root.addnode('memory@1')
-               mem.addprop('reg', 0, rma_bytes, 0, remaining)
-               mem.addprop('device_type', 'memory\0')
+    remaining = totalmem - rma_bytes
+    if remaining > 0:
+        mem = root.addnode('memory@1')
+        mem.addprop('reg', 0, rma_bytes, 0, remaining)
+        mem.addprop('device_type', 'memory\0')
 
     # add CPU nodes
     cpus = root.addnode('cpus')

_______________________________________________
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] [XEND][POWERPC] fix tabs that snuck in, Xen patchbot-xenppc-unstable <=