Prev: [PATCH] Staging: rt2860: Fix coding style errors in pci_main_dev.c This is a patch to the pci_main_dev.c file that fixes all coding style error Signed-off-by: Neil Grogan <neil@grogan.ie>
Next: [PATCH]: CONFIG_BRIDGE_IGMP_SNOOPING must depend on CONFIG_INET
From: Andreas Schwab on 14 Mar 2010 08:00 Christian Kujau <lists(a)nerdbynature.de> writes: > On Sun, 14 Mar 2010 at 13:24, Alexey Dobriyan wrote: >> Post "find /proc/device-tree" output. > > I did upload[0] a tarball of /proc/device-tree, please see below the > "find" output. > > Indeed, there's a /cpus/PowerPC,G4@0/l2-cache and > /cpus/PowerPC,G4@0/l2-cache#1 in the device-tree. However, from looking at > the logfiles, the > > device-tree: Duplicate name in /cpus/PowerPC,G4@0, renamed to "l2-cache#1" That's a red herring, the real problem is this: name 'pulses/rev' Of course, this name cannot be found in /proc/device-tree, because it wasn't created. Andreas. -- Andreas Schwab, schwab(a)linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Benjamin Herrenschmidt on 15 Mar 2010 00:50
On Sun, 2010-03-14 at 12:51 +0100, Andreas Schwab wrote: > Christian Kujau <lists(a)nerdbynature.de> writes: > > > On Sun, 14 Mar 2010 at 13:24, Alexey Dobriyan wrote: > >> Post "find /proc/device-tree" output. > > > > I did upload[0] a tarball of /proc/device-tree, please see below the > > "find" output. > > > > Indeed, there's a /cpus/PowerPC,G4@0/l2-cache and > > /cpus/PowerPC,G4@0/l2-cache#1 in the device-tree. However, from looking at > > the logfiles, the > > > > device-tree: Duplicate name in /cpus/PowerPC,G4@0, renamed to "l2-cache#1" > > That's a red herring, the real problem is this: > > name 'pulses/rev' > > Of course, this name cannot be found in /proc/device-tree, because it > wasn't created. You mean apple stuck a bloody "/" in a name property ? ARGH ! We should just add code to detect that and replace it with a "_" or something... Cheers, Ben. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |