Re: [v2 PATCH 2/3] EDAC: Add edac_device_alloc_index()

2009-04-17 Thread Doug Thompson
--- On Wed, 4/15/09, Andrew Morton wrote: > From: Andrew Morton > Subject: Re: [v2 PATCH 2/3] EDAC: Add edac_device_alloc_index() > To: "Harry Ciao" > Cc: nor...@yahoo.com, mich...@ellerman.id.au, > bluesmoke-de...@lists.sourceforge.net, linuxppc-dev

Re: [v2 PATCH 2/3] EDAC: Add edac_device_alloc_index()

2009-04-15 Thread Andrew Morton
On Mon, 13 Apr 2009 14:05:15 +0800 Harry Ciao wrote: > Add edac_device_alloc_index(), because for MAPLE platform there may > exist several EDAC driver modules that could make use of > edac_device_ctl_info structure at the same time. The index allocation > for these structures should be taken care

[v2 PATCH 2/3] EDAC: Add edac_device_alloc_index()

2009-04-12 Thread Harry Ciao
Add edac_device_alloc_index(), because for MAPLE platform there may exist several EDAC driver modules that could make use of edac_device_ctl_info structure at the same time. The index allocation for these structures should be taken care of by EDAC core. Signed-off-by: Harry Ciao --- drivers/edac