ARM: fiq_debugger: fix compiling for v3.3
authorColin Cross <ccross@android.com>
Wed, 14 Mar 2012 23:28:45 +0000 (16:28 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:52:19 +0000 (13:52 -0800)
commitdcccb8f21c9df1016797f98a5fb595a23db0b3f5
treea3e1ff3b15e4d7d9997a58ecb0703c97cdcd649c
parente7b792f79fbf0d680473ce3854e0ecc23457c9e0
ARM: fiq_debugger: fix compiling for v3.3

Call kernel_restart instead of arch_reset, the ARM reset handling
has changed.

Remove localtimer irq printing, they now show up in the regular
irq stats.

Change-Id: I523da343b292c5711f3e1cbfd766d32eea2da84e
Signed-off-by: Colin Cross <ccross@android.com>
arch/arm/common/fiq_debugger.c