projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
201be92
)
[ARM] 3506/1: aaec2000: debug-macro.S needs hardware.h
author
Bellido Nicolas
<ml@acolin.be>
Sun, 7 May 2006 21:49:23 +0000
(22:49 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 7 May 2006 21:49:23 +0000
(22:49 +0100)
Patch from Bellido Nicolas
Include hardware.h in debug-macro.S, otherwise io_p2v is undefined.
Signed-off-by: Nicolas Bellido <ml@acolin.be>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/arch-aaec2000/debug-macro.S
patch
|
blob
|
history
diff --git
a/include/asm-arm/arch-aaec2000/debug-macro.S
b/include/asm-arm/arch-aaec2000/debug-macro.S
index
e4f1fa5
..
7b1fce0
100644
(file)
--- a/
include/asm-arm/arch-aaec2000/debug-macro.S
+++ b/
include/asm-arm/arch-aaec2000/debug-macro.S
@@
-9,6
+9,7
@@
* published by the Free Software Foundation.
*/
+#include "hardware.h"
.macro addruart,rx
mrc p15, 0, \rx, c1, c0
tst \rx, #1 @ MMU enabled?