Re: Do we still need devtree_lock?

2008-06-25 Thread Stephen Rothwell
On Wed, 25 Jun 2008 09:25:28 +1000 Michael Ellerman <[EMAIL PROTECTED]> wrote: > > > extern rwlock_t devtree_lock; /* temporary while merging */ > > > > Since arch/ppc is going away, does this meant that the lock can go away do? > > You wish :) That /would/ make life easier. > > I think t

Re: Do we still need devtree_lock?

2008-06-24 Thread Michael Ellerman
On Tue, 2008-06-24 at 18:13 -0500, Timur Tabi wrote: > I'm trying to write a function that gets a list of all aliases > > aliases { > serial0 = &serial0; > serial1 = &serial1; > pci0 = &pci0; > pci1 = &pci1; > pci2 = &pci2

Do we still need devtree_lock?

2008-06-24 Thread Timur Tabi
I'm trying to write a function that gets a list of all aliases aliases { serial0 = &serial0; serial1 = &serial1; pci0 = &pci0; pci1 = &pci1; pci2 = &pci2; }; That is, I do not know which aliases are in