Here are a few Meta SMP and cache changes I have for v3.10. The first one removes the need to have an SMP specific bootloader to configure the cache partitions and coherency for the hardware threads that will run SMP, and the other two are very minor fixes.
James Hogan (3): metag: smp: copy cache partition and enable GCOn metag: cachepart: take into account small cache bits metag: cachepart: fix get_global_dcache_size() typo arch/metag/include/asm/metag_mem.h | 3 + arch/metag/kernel/cachepart.c | 16 ++++-- arch/metag/kernel/head.S | 8 +++ arch/metag/kernel/smp.c | 115 +++++++++++++++++++++++++++++++++++++ 4 files changed, 137 insertions(+), 5 deletions(-) -- 1.8.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

