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] [pushed] [ppc] remove pushed debug code

changeset:   9953:58118d7883e007931e530b0f0a57c640f8912a03
tag:         tip
user:        jimix@xxxxxxxxxxxxxxxxxxxxx
date:        Thu Apr 27 11:25:22 2006 -0400
files:       xen/arch/ppc/boot_of.c
description:
[ppc] remove pushed debug code


diff -r 1b2574f1c62f5a5c03802d8769b472b7ffdee155 -r 
58118d7883e007931e530b0f0a57c640f8912a03 xen/arch/ppc/boot_of.c
--- a/xen/arch/ppc/boot_of.c    Thu Apr 27 11:23:42 2006 -0400
+++ b/xen/arch/ppc/boot_of.c    Thu Apr 27 11:25:22 2006 -0400
@@ -628,13 +628,6 @@ static int boot_of_fixup_refs(void *mem)
                 of_panic("no prop: name %s, path %s, device 0x%x\n",
                          name, path, rp);
 
-            {
-                int f;
-                for (f = 0; f < sizeof (ofpath) - 8; f += 8)
-                    memcpy(&ofpath[f], "deadbeef", 8);
-                ofpath[sizeof (ofpath) -1] = '\0';
-            }
-
             rc = of_package_to_path(ref, ofpath, sizeof (ofpath));
             if (rc == OF_FAILURE)
                 of_panic("no package: name %s, path %s, device 0x%x,\n"



_______________________________________________
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] [pushed] [ppc] remove pushed debug code, jimix <=