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-arm1026.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-arm1026.S')
-rw-r--r-- | arch/arm/mm/proc-arm1026.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mm/proc-arm1026.S b/arch/arm/mm/proc-arm1026.S index 6ea76321d0df..d6d84d92c7c7 100644 --- a/arch/arm/mm/proc-arm1026.S +++ b/arch/arm/mm/proc-arm1026.S | |||
@@ -23,6 +23,8 @@ | |||
23 | #include <asm/procinfo.h> | 23 | #include <asm/procinfo.h> |
24 | #include <asm/ptrace.h> | 24 | #include <asm/ptrace.h> |
25 | 25 | ||
26 | #include "proc-macros.S" | ||
27 | |||
26 | /* | 28 | /* |
27 | * This is the maximum size of an area which will be invalidated | 29 | * This is the maximum size of an area which will be invalidated |
28 | * using the single invalidate entry instructions. Anything larger | 30 | * using the single invalidate entry instructions. Anything larger |