diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-07-03 07:36:07 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-07-03 07:36:07 -0400 |
commit | 00eb0f6b6595107dd8be80d1af2220cedb71130d (patch) | |
tree | 63a4a8a89544d678518366457224f4b86ee5f28b /arch/arm/mm/proc-arm1020.S | |
parent | 7cddc397027ddf80b2d916f6e8fb15a21e9791c5 (diff) |
[ARM] More missing proc-macros.S includes
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm/proc-arm1020.S')
-rw-r--r-- | arch/arm/mm/proc-arm1020.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mm/proc-arm1020.S b/arch/arm/mm/proc-arm1020.S index 700297ae4a55..1d8316f3cecf 100644 --- a/arch/arm/mm/proc-arm1020.S +++ b/arch/arm/mm/proc-arm1020.S | |||
@@ -34,6 +34,8 @@ | |||
34 | #include <asm/procinfo.h> | 34 | #include <asm/procinfo.h> |
35 | #include <asm/ptrace.h> | 35 | #include <asm/ptrace.h> |
36 | 36 | ||
37 | #include "proc-macros.S" | ||
38 | |||
37 | /* | 39 | /* |
38 | * This is the maximum size of an area which will be invalidated | 40 | * This is the maximum size of an area which will be invalidated |
39 | * using the single invalidate entry instructions. Anything larger | 41 | * using the single invalidate entry instructions. Anything larger |