Re: [PATCH 02/11] of/flattree: Merge earlyinit_dt_scan_root()

2009-11-25 Thread Grant Likely
On Wed, Nov 25, 2009 at 8:54 PM, Benjamin Herrenschmidt wrote: > On Tue, 2009-11-24 at 01:18 -0700, Grant Likely wrote: >> Merge common code between PowerPC and Microblaze >> >> Signed-off-by: Grant Likely >> --- > > Ok with that, like the precendent, however you are making global some > symbols

Re: [PATCH 02/11] of/flattree: Merge earlyinit_dt_scan_root()

2009-11-25 Thread Benjamin Herrenschmidt
On Tue, 2009-11-24 at 01:18 -0700, Grant Likely wrote: > Merge common code between PowerPC and Microblaze > > Signed-off-by: Grant Likely > --- Ok with that, like the precendent, however you are making global some symbols that were previously static which sucks a bit... But then they can be made

[PATCH 02/11] of/flattree: Merge earlyinit_dt_scan_root()

2009-11-24 Thread Grant Likely
Merge common code between PowerPC and Microblaze Signed-off-by: Grant Likely --- arch/microblaze/kernel/prom.c | 23 --- arch/powerpc/kernel/prom.c| 24 drivers/of/fdt.c | 26 ++ include/linux/of_fdt.h