arm/tegra: Remove code that's ifndef CONFIG_ARM_GIC
authorStephen Warren <swarren@nvidia.com>
Wed, 2 Nov 2011 19:50:43 +0000 (13:50 -0600)
committerOlof Johansson <olof@lixom.net>
Thu, 8 Dec 2011 06:00:13 +0000 (22:00 -0800)
entry-macro.S contains some stale code for chips before Tegra20 that
apparently didn't use an ARM GIC. All chips supported by mainline use
an ARM GIC, so rip out the stale code.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>

No differences found