On Fri, 25 Sep 2009 14:36:23 -0700 Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote: > akpm:/usr/src/25> grep SPARC .config > CONFIG_SPARC=y > # CONFIG_SPARC32 is not set > CONFIG_SPARC64=y > CONFIG_SPARC64_SMP=y > CONFIG_SPARC64_PAGE_SIZE_8KB=y > # CONFIG_SPARC64_PAGE_SIZE_64KB is not set > CONFIG_SPARC64_PCI=y > CONFIG_INPUT_SPARCSPKR=m > CONFIG_SND_SPARC=y > # Misc Linux/SPARC drivers > > wtf? How'd sparc64 get set? hm, OK, allmodconfig sets SPARC64. That seems wrong. allnoconfig does not set SPARC64: akpm:/usr/src/25> make allnoconfig scripts/kconfig/conf -n arch/sparc/Kconfig # # configuration written to .config # akpm:/usr/src/25> grep SPARC .config CONFIG_SPARC=y CONFIG_SPARC32=y # CONFIG_SPARC64 is not set # CONFIG_SPARC_LED is not set # CONFIG_SPARC_LEON is not set # Misc Linux/SPARC drivers But with that config, init/main.o compiles OK. -- 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