diff options
Diffstat (limited to 'arch/arm/mach-ixp4xx/include/mach/debug-macro.S')
| -rw-r--r-- | arch/arm/mach-ixp4xx/include/mach/debug-macro.S | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ixp4xx/include/mach/debug-macro.S b/arch/arm/mach-ixp4xx/include/mach/debug-macro.S index 7c6a6912acd..893873eb2a0 100644 --- a/arch/arm/mach-ixp4xx/include/mach/debug-macro.S +++ b/arch/arm/mach-ixp4xx/include/mach/debug-macro.S @@ -10,7 +10,7 @@   * published by the Free Software Foundation.  */ -                .macro  addruart,rx +                .macro  addruart, rx, tmp                  mrc     p15, 0, \rx, c1, c0                  tst     \rx, #1                 @ MMU enabled?                  moveq   \rx, #0xc8000000  |