diff options
Diffstat (limited to 'include/asm-alpha/pgtable.h')
-rw-r--r-- | include/asm-alpha/pgtable.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-alpha/pgtable.h b/include/asm-alpha/pgtable.h index e139463d9a0e..22b53e369f59 100644 --- a/include/asm-alpha/pgtable.h +++ b/include/asm-alpha/pgtable.h | |||
@@ -132,6 +132,10 @@ | |||
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 | /* | ||
136 | * pgprot_noncached() is only for infiniband pci support, and a real | ||
137 | * implementation for RAM would be more complicated. | ||
138 | */ | ||
135 | #define pgprot_noncached(prot) (prot) | 139 | #define pgprot_noncached(prot) (prot) |
136 | 140 | ||
137 | /* | 141 | /* |