Re: publishing OF platform devices
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2007-03-29 22:07:41
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2007-03-29 22:07:41
The ppc_md->init() function is currently only present on 32 bit, if we decide that this is the way to go, we should make it common to both 32 and 64 bit platforms.
I still think we should do something like platform_xxx_initcall(); with
xxx being {core,subsys,device,...} ... I'll look into it. ppc_md.init()
is a bit gross.
Ben.