From: Andrew Morton Date: Fri, 8 Jul 2005 00:57:09 +0000 (-0700) Subject: [PATCH] alpha(): pgprot_noncached X-Git-Tag: v2.6.13-rc3~239 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=404865516ce6b6d7ee37c4eb4ee77d78b38e669a;p=~emulex%2Finfiniband.git [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 Cc: Richard Henderson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-alpha/pgtable.h b/include/asm-alpha/pgtable.h index 408aea55e0c..e139463d9a0 100644 --- a/include/asm-alpha/pgtable.h +++ b/include/asm-alpha/pgtable.h @@ -132,6 +132,8 @@ #define __S110 _PAGE_S(0) #define __S111 _PAGE_S(0) +#define pgprot_noncached(prot) (prot) + /* * BAD_PAGETABLE is used when we need a bogus page-table, while * BAD_PAGE is used for a bogus page.