ARM: tegra: replace the CPU CAR access code by tegra_cpu_car_ops
authorJoseph Lo <josephl@nvidia.com>
Thu, 16 Aug 2012 09:31:49 +0000 (17:31 +0800)
committerStephen Warren <swarren@nvidia.com>
Thu, 13 Sep 2012 17:41:05 +0000 (11:41 -0600)
commitbb6032776d81d01cf6fecac7ccc27dd5abbffd7a
treeb1d0061c7abf98aa94b3d92d92425d495a86d0ce
parentdab403ef23f7561f7d77e0dc72dfd1be0fa333c1
ARM: tegra: replace the CPU CAR access code by tegra_cpu_car_ops

Replacing the code that directly access to CAR registers with
tegra_cpu_car_ops. This ops hides CPU CAR access inside and
provides control interface for it.

Signed-off-by: Joseph Lo <josephl@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/platsmp.c