[PATCH 0/12]: Sparc64 dynamic per-cpu support.

From: David Miller
Date: Thu Apr 09 2009 - 01:37:45 EST



This patch set converts sparc64 over to use the dynamic per-cpu stuff.

Most of the work is the boring task of getting rid of the special
"real_setup_per_cpu_areas()" sparc64 uses to setup the per-cpu areas
before bootmem is available. We needed to do this because we
initialized the cpu possible map at the same time as the stuff stored
in the per-cpu cpu_data array.

So we split those tasks up. Otherwise we wouldn't be able to convert
to dynamic per-cpu because that stuff requires that bootmem and the
page structs are ready to use.

For now I'm using the draconian unoptimized x86 NUMA remap scheme. I
really want to do this better because it is insanely suboptimal on
Niagara chips where in some cases 8 cpus share the same physical TLB.

This is against Linus's current tree and it's also in sparc-next-2.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/