Skip to content

Commit

Permalink
[ARM] More missing proc-macros.S includes
Browse files Browse the repository at this point in the history
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Jul 3, 2006
1 parent 7cddc39 commit 00eb0f6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mm/proc-arm1020.S
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
#include <asm/procinfo.h>
#include <asm/ptrace.h>

#include "proc-macros.S"

/*
* This is the maximum size of an area which will be invalidated
* using the single invalidate entry instructions. Anything larger
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/mm/proc-arm1020e.S
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
#include <asm/procinfo.h>
#include <asm/ptrace.h>

#include "proc-macros.S"

/*
* This is the maximum size of an area which will be invalidated
* using the single invalidate entry instructions. Anything larger
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/mm/proc-arm1022.S
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#include <asm/procinfo.h>
#include <asm/ptrace.h>

#include "proc-macros.S"

/*
* This is the maximum size of an area which will be invalidated
* using the single invalidate entry instructions. Anything larger
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/mm/proc-arm1026.S
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#include <asm/procinfo.h>
#include <asm/ptrace.h>

#include "proc-macros.S"

/*
* This is the maximum size of an area which will be invalidated
* using the single invalidate entry instructions. Anything larger
Expand Down

0 comments on commit 00eb0f6

Please sign in to comment.