diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-04-18 08:12:31 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-04-18 08:12:31 -0700 |
| commit | d5b1f484632dcf7aeedd43d17eb576c2f498827c (patch) | |
| tree | 9de31c0900744560693b6dd25007b83f331de95c /include | |
| parent | a5d43dcf7905c867c7c2b2a966f7700809679226 (diff) | |
| parent | 53bfadf7e744055c68d25b41ce61e907a1734be6 (diff) | |
Merge bk://bk.arm.linux.org.uk/linux-2.6-rmk
into ppc970.osdl.org:/home/torvalds/v2.6/linux
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-arm/tlb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-arm/tlb.h b/include/asm-arm/tlb.h index 2b65db60fb10..ab3cad4fb53d 100644 --- a/include/asm-arm/tlb.h +++ b/include/asm-arm/tlb.h @@ -17,8 +17,9 @@ #ifndef __ASMARM_TLB_H #define __ASMARM_TLB_H -#include <asm/tlbflush.h> #include <asm/cacheflush.h> +#include <asm/tlbflush.h> +#include <asm/pgalloc.h> /* * TLB handling. This allows us to remove pages from the page |
