tree c953524b1b22f65bf61de2292604705dea8162a5 parent 082ff0a9991dcea958785115fbba6dddd0dc280a author Andrew Morton <[EMAIL PROTECTED]> Wed, 13 Jul 2005 03:58:19 -0700 committer Linus Torvalds <[EMAIL PROTECTED]> Wed, 13 Jul 2005 06:01:00 -0700
[PATCH] alpha: pgprot_uncached() comment Cc: Richard Henderson <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> include/asm-alpha/pgtable.h | 4 ++++ 1 files changed, 4 insertions(+) diff --git a/include/asm-alpha/pgtable.h b/include/asm-alpha/pgtable.h --- 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) /* - To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
