[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070820075949.GA5927@vimes.madsworld.lan>
Date: Mon, 20 Aug 2007 09:59:49 +0200
From: Markus Dahms <mad@...omagically.de>
To: sparclinux@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Subject: possible endless loop in PROM initialization
Hey,
while trying to define a non-unique devalias at the Sun PROM prompt
(the SPARCclassic X has wrong aliases for scsi, disk1, etc. in the
PROM, at least mine) I fell over a bug resulting in an endless loop
while booting the kernel.
The problem is the getting the properties list of the /aliases node.
As the next element in this list is identified by name and the
function which retrieves this property always returns the first
occurrence this goes forever....
I could track down the issue to the function __prom_nextprop() in
arch/sparc/prom/tree.c, but I am now looking for the definition of
prom_nodeops->no_nextprop() without success.
My naive solution would be to return not the first but the last
occurrence of a property.
Greetings,
Markus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists