summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2005-07-12 20:58:19 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-12 23:01:00 (GMT)
commit138d402793b84dc47bf13b0a6636d26c880d746e (patch)
treec953524b1b22f65bf61de2292604705dea8162a5
parent082ff0a9991dcea958785115fbba6dddd0dc280a (diff)
downloadlinux-fsl-qoriq-138d402793b84dc47bf13b0a6636d26c880d746e.tar.xz
[PATCH] alpha: pgprot_uncached() comment
Cc: Richard Henderson <rth@twiddle.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--include/asm-alpha/pgtable.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-alpha/pgtable.h b/include/asm-alpha/pgtable.h
index e139463..22b53e3 100644
--- a/include/asm-alpha/pgtable.h
+++ b/include/asm-alpha/pgtable.h
@@ -132,6 +132,10 @@
#define __S110 _PAGE_S(0)
#define __S111 _PAGE_S(0)
+/*
+ * pgprot_noncached() is only for infiniband pci support, and a real
+ * implementation for RAM would be more complicated.
+ */
#define pgprot_noncached(prot) (prot)
/*