From 8dea78da5cee153b8af9c07a2745f6c55057fe12 Mon Sep 17 00:00:00 2001 From: Jonathan Herman Date: Thu, 17 Jan 2013 16:15:55 -0500 Subject: Patched in Tegra support. --- arch/xtensa/platforms/xt2000/setup.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'arch/xtensa/platforms/xt2000/setup.c') diff --git a/arch/xtensa/platforms/xt2000/setup.c b/arch/xtensa/platforms/xt2000/setup.c index c7d90f17886..9e83940ac26 100644 --- a/arch/xtensa/platforms/xt2000/setup.c +++ b/arch/xtensa/platforms/xt2000/setup.c @@ -66,13 +66,13 @@ void platform_restart(void) * jump to the reset vector. */ __asm__ __volatile__ ("movi a2, 15\n\t" - "wsr a2, icountlevel\n\t" + "wsr a2, " __stringify(ICOUNTLEVEL) "\n\t" "movi a2, 0\n\t" - "wsr a2, icount\n\t" - "wsr a2, ibreakenable\n\t" - "wsr a2, lcount\n\t" + "wsr a2, " __stringify(ICOUNT) "\n\t" + "wsr a2, " __stringify(IBREAKENABLE) "\n\t" + "wsr a2, " __stringify(LCOUNT) "\n\t" "movi a2, 0x1f\n\t" - "wsr a2, ps\n\t" + "wsr a2, " __stringify(PS) "\n\t" "isync\n\t" "jx %0\n\t" : -- cgit v1.2.2