1 /* arch/arm/mach-mmp/include/mach/debug-macro.S
3 * Debugging macro include header
5 * Copied from arch/arm/mach-pxa/include/mach/debug.S
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
12 #include <mach/addr-map.h>
15 mrc p15, 0, \rx, c1, c0
16 tst \rx, #1 @ MMU enabled?
17 ldreq \rx, =APB_PHYS_BASE @ physical
18 ldrne \rx, =APB_VIRT_BASE @ virtual
19 orr \rx, \rx, #0x00017000
23 #include <asm/hardware/debug-8250.S>