From: Amit Kucheria amit.kucheria@verdurent.com
(Please bear with pull-request for a single patch, but we're creating a consolidation tree through which we will offer various topic branches for merge into the Linaro kernel in the future)
The following changes since commit 620917de59eeb934b9f8cf35cc2d95c1ac8ed0fc:
Linux 3.0-rc7 (2011-07-11 16:51:52 -0700)
are available in the git repository at: git://git.linaro.org/people/amitk/linux-linaro-pmwg.git smp
Vincent Guittot (1): Add ARM cpu topology definition
arch/arm/Kconfig | 25 +++++++ arch/arm/include/asm/cputype.h | 6 ++ arch/arm/include/asm/topology.h | 33 +++++++++ arch/arm/kernel/Makefile | 1 + arch/arm/kernel/smp.c | 5 ++ arch/arm/kernel/topology.c | 148 +++++++++++++++++++++++++++++++++++++++ 6 files changed, 218 insertions(+), 0 deletions(-) create mode 100644 arch/arm/kernel/topology.c