Title: [5827] trunk/arch/blackfin/include/asm/pgtable.h: stub out pgprot_noncached() like other people seem to do on nommu
Revision
5827
Author
vapier
Date
2008-12-05 10:19:57 -0600 (Fri, 05 Dec 2008)

Log Message

stub out pgprot_noncached() like other people seem to do on nommu

Modified Paths


Diff

Modified: trunk/arch/blackfin/include/asm/pgtable.h (5826 => 5827)


--- trunk/arch/blackfin/include/asm/pgtable.h	2008-12-05 16:11:06 UTC (rev 5826)
+++ trunk/arch/blackfin/include/asm/pgtable.h	2008-12-05 16:19:57 UTC (rev 5827)
@@ -29,6 +29,7 @@
 #define PAGE_COPY		__pgprot(0)	/* these mean nothing to NO_MM */
 #define PAGE_READONLY		__pgprot(0)	/* these mean nothing to NO_MM */
 #define PAGE_KERNEL		__pgprot(0)	/* these mean nothing to NO_MM */
+#define pgprot_noncached(prot)	0
 
 extern void paging_init(void);
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to