diff options
Diffstat (limited to 'arch/arm/mach-iop33x/include/mach/debug-macro.S')
-rw-r--r-- | arch/arm/mach-iop33x/include/mach/debug-macro.S | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-iop33x/include/mach/debug-macro.S b/arch/arm/mach-iop33x/include/mach/debug-macro.S index 894bf7ce857..52781ae2f29 100644 --- a/arch/arm/mach-iop33x/include/mach/debug-macro.S +++ b/arch/arm/mach-iop33x/include/mach/debug-macro.S @@ -10,12 +10,4 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ - - .macro addruart, rp, rv, tmp - mov \rp, #0x00ff0000 - orr \rp, \rp, #0x0000f700 - orr \rv, #0xfe000000 @ virtual - orr \rp, #0xff000000 @ physical - .endm - #include <asm/hardware/debug-8250.S> |