diff options
author | Andrew Morton <akpm@osdl.org> | 2005-07-07 20:57:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-07 21:23:47 -0400 |
commit | 404865516ce6b6d7ee37c4eb4ee77d78b38e669a (patch) | |
tree | a5cb58f6f92b512af80f0f8972d3908d8662966f /include/asm-alpha | |
parent | 7e8d7e3c9e38dab8d28a8667faa4941842f64213 (diff) |
[PATCH] alpha(): pgprot_noncached
The infiniband code expects that the arch implements pgprot_noncached().
We're mapping PCI areas anyway, so this probabyl wasn't needed and we should
make infiniband stop doing that..
Cc: Roland Dreier <rolandd@cisco.com>
Cc: Richard Henderson <rth@twiddle.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-alpha')
-rw-r--r-- | include/asm-alpha/pgtable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-alpha/pgtable.h b/include/asm-alpha/pgtable.h index 408aea55e0cc..e139463d9a0e 100644 --- a/include/asm-alpha/pgtable.h +++ b/include/asm-alpha/pgtable.h | |||
@@ -132,6 +132,8 @@ | |||
132 | #define __S110 _PAGE_S(0) | 132 | #define __S110 _PAGE_S(0) |
133 | #define __S111 _PAGE_S(0) | 133 | #define __S111 _PAGE_S(0) |
134 | 134 | ||
135 | #define pgprot_noncached(prot) (prot) | ||
136 | |||
135 | /* | 137 | /* |
136 | * BAD_PAGETABLE is used when we need a bogus page-table, while | 138 | * BAD_PAGETABLE is used when we need a bogus page-table, while |
137 | * BAD_PAGE is used for a bogus page. | 139 | * BAD_PAGE is used for a bogus page. |