# HG changeset patch
# User Hollis Blanchard <[EMAIL PROTECTED]>
# Node ID 5ec3af32d347a058f6939fb9b13c0cb2d6247566
# Parent  e06e2cca9f39d56344ec96b90ad4a2405b247996
[XEND][POWERPC] fix typo
Signed-off-by: Hollis Blanchard <[EMAIL PROTECTED]>
---
 tools/python/xen/xend/FlatDeviceTree.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r e06e2cca9f39 -r 5ec3af32d347 tools/python/xen/xend/FlatDeviceTree.py
--- a/tools/python/xen/xend/FlatDeviceTree.py   Tue Aug 22 17:26:36 2006 -0400
+++ b/tools/python/xen/xend/FlatDeviceTree.py   Tue Aug 22 16:32:54 2006 -0500
@@ -293,7 +293,7 @@ def build(imghandler):
     # identical...
     cpu0 = None
     def _nolinuxprops(fullpath):
-        return not os.path.basename(fullpath).startswith('linux,'):
+        return not os.path.basename(fullpath).startswith('linux,')
     for i in range(imghandler.vm.getVCpuCount()):
         cpu = cpus.addnode('PowerPC,[EMAIL PROTECTED]')
         _copytree(cpu, 'cpus/PowerPC,[EMAIL PROTECTED]', _nolinuxprops)

_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@lists.xensource.com
http://lists.xensource.com/xen-ppc-devel

Reply via email to