On Fri, Dec 05, 2008 at 07:04:55PM -0800, David Miller wrote: > > This tries to split out as much common code from > arch/sparc/kernel/prom_{32,64}.c as possible. > > There is an ugly ifdef or two left in the new > prom_common.c but that once I can fix at some > point by rejigging the 32-bit prom_firstprop() et al. > oplib interfaces. The diffstat looks good: arch/sparc/include/asm/openprom_32.h | 6 arch/sparc/include/asm/oplib_32.h | 6 arch/sparc/kernel/Makefile | 2 arch/sparc/kernel/prom.h | 48 + arch/sparc/kernel/prom_32.c | 341 ---------- arch/sparc/kernel/prom_64.c | 1153 ----------------------------------- arch/sparc/kernel/prom_common.c | 356 ++++++++++ arch/sparc/kernel/prom_irqtrans.c | 844 +++++++++++++++++++++++++ arch/sparc/prom/tree_32.c | 8 9 files changed, 1275 insertions(+), 1489 deletions(-) As for the individual patches I have only browsed them and nothing suspicious showed up. Sam -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html