diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2008-02-09 06:13:00 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-09 14:08:33 -0500 |
commit | 257ce734736118282afdeaac5112dbf5bb1949f9 (patch) | |
tree | b5e955456ce397b76879504f6e50802f25c1c5f9 /include/asm-blackfin | |
parent | 541645be8bbb67d39113096263dcf00615d789e3 (diff) |
Add pgtable_t to remaining nommu architectures
The pte_fn_t in include/linux/mm.h make it necessary for all architectures
to define a pgtable_t type, even those that do not have an mmu.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-blackfin')
-rw-r--r-- | include/asm-blackfin/page.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-blackfin/page.h b/include/asm-blackfin/page.h index d5c9d1433781..c7db0220fbd6 100644 --- a/include/asm-blackfin/page.h +++ b/include/asm-blackfin/page.h | |||
@@ -39,6 +39,7 @@ typedef struct { | |||
39 | typedef struct { | 39 | typedef struct { |
40 | unsigned long pgprot; | 40 | unsigned long pgprot; |
41 | } pgprot_t; | 41 | } pgprot_t; |
42 | typedef struct page *pgtable_t; | ||
42 | 43 | ||
43 | #define pte_val(x) ((x).pte) | 44 | #define pte_val(x) ((x).pte) |
44 | #define pmd_val(x) ((&x)->pmd[0]) | 45 | #define pmd_val(x) ((&x)->pmd[0]) |