summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mps/include/mach/debug-macro.S
blob: e6e2c13687ea25076b66400d22781ec05411a705 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* 
 * arch/arm/mach-mps/include/mach/debug-macro.S
 *
 * Debugging macro include header
 *
 *  Copyright (C) 2009 ARM Ltd.
 *  Copyright (C) 1994-1999 Russell King
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

	.macro	addruart,rx
	mov	\rx,      #0x40000000
	orr	\rx, \rx, #0x00006000
	.endm

#include <asm/hardware/debug-pl01x.S>