Skip to content

Commit

Permalink
[PATCH] ARM: 2768/1: PXA: Add a required header file for LL_DEBUG
Browse files Browse the repository at this point in the history
Patch from Richard Purdie

With DEBUG enabled, head.S includes arch/debug-macro.S. On the PXA, this
contains references to the macro io_p2v() so hardware.h needs to be
included.

Signed-off-by: Richard Purdie <rpurdie@openedhand.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Richard Purdie authored and Russell King committed Jun 29, 2005
1 parent b720f73 commit 9ec3c75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/asm-arm/arch-pxa/debug-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
*
*/

#include "hardware.h"

.macro addruart,rx
mrc p15, 0, \rx, c1, c0
tst \rx, #1 @ MMU enabled?
Expand Down

0 comments on commit 9ec3c75

Please sign in to comment.