]> nv-tegra.nvidia Code Review - linux-3.10.git/commit
RealView: Use only the shadow mapping of ARM11MPCore local timers
authorCatalin Marinas <catalin.marinas@arm.com>
Mon, 1 Dec 2008 14:54:57 +0000 (14:54 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 1 Dec 2008 14:54:57 +0000 (14:54 +0000)
commitebac6546df7e8bd17f66f029c616ea9ee3c595ae
tree98801f44053407dc2990b16fbcfdbc5cb770416c
parent4c3ea3717103ffcccfaebedb98c2dadfb54e0482
RealView: Use only the shadow mapping of ARM11MPCore local timers

All the cases where the local timer for a CPU is accessed happen on the
corresponding current CPU, hence no need to access the per-CPU local
timer mappings.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm/include/asm/smp.h
arch/arm/kernel/smp.c
arch/arm/mach-realview/core.c
arch/arm/mach-realview/core.h
arch/arm/mach-realview/include/mach/board-eb.h
arch/arm/mach-realview/include/mach/board-pb11mp.h
arch/arm/mach-realview/localtimer.c
arch/arm/mach-realview/platsmp.c
arch/arm/mach-realview/realview_eb.c
arch/arm/mach-realview/realview_pb11mp.c