This is the second batch of sparc unification patches. It includes the (corrected) final unification of Kconfig and it then prepares for and unifies math-emu. I removed some stale crud from sparc/math-emu while I was there. I will slowly continue with the other directories, but do not expect more this weekend. Doing it slowly I hope we catch obviously mistakes early. Sam Sam Ravnborg (5): sparc,sparc64: unify Kconfig sparc,sparc64: add BITS to arch Makefile sparc: cleanup math-emu sparc: prepare math-emu for unification sparc64: unify math-emu arch/sparc/Kconfig | 351 ++++++++++++++-- arch/sparc/Makefile | 7 +- arch/sparc/math-emu/Makefile | 6 +- arch/sparc/math-emu/ashldi3.S | 36 -- arch/sparc/math-emu/{math.c => math_32.c} | 2 +- .../math-emu/math.c => sparc/math-emu/math_64.c} | 2 +- arch/sparc/math-emu/{sfp-util.h => sfp-util_32.h} | 0 .../sfp-util.h => sparc/math-emu/sfp-util_64.h} | 0 arch/sparc64/Kconfig | 438 +------------------- arch/sparc64/Makefile | 6 +- arch/sparc64/math-emu/Makefile | 7 - 11 files changed, 321 insertions(+), 534 deletions(-) -- 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