|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [pushed] [ppc] more info if we cannot find the result of packag
changeset: 9946:16f3d0fb6c7d0208d92bccf5e3db8e62a6a14c88
user: jimix@xxxxxxxxxxxxxxxxxxxxx
date: Tue Apr 18 13:04:42 2006 -0400
files: xen/arch/ppc/boot_of.c
description:
[ppc] more info if we cannot find the result of package-to-path
diff -r 89fe455f6461cbc0ae0c346dcdf010659ed6ec30 -r
16f3d0fb6c7d0208d92bccf5e3db8e62a6a14c88 xen/arch/ppc/boot_of.c
--- a/xen/arch/ppc/boot_of.c Tue Apr 18 13:04:01 2006 -0400
+++ b/xen/arch/ppc/boot_of.c Tue Apr 18 13:04:42 2006 -0400
@@ -632,7 +632,8 @@ static int boot_of_fixup_refs(void *mem)
"ref 0x%x\n", name, path, rp, ref);
dp = ofd_node_find(mem, ofpath);
- if (dp <= 0) of_panic("no node for: %s\n", ofpath);
+ if (dp <= 0) of_panic("no ofd node for OF node[0x%x]: %s\n",
+ ref, ofpath);
ref = dp;
_______________________________________________
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] more info if we cannot find the result of package-to-path,
Jimi Xenidis <=
|
|
|
|
|