Title: [5828] trunk/arch/blackfin/include/asm/pgtable.h: better stub ...
Revision
5828
Author
vapier
Date
2008-12-05 11:31:18 -0600 (Fri, 05 Dec 2008)

Log Message

better stub ...

Modified Paths


Diff

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


--- trunk/arch/blackfin/include/asm/pgtable.h	2008-12-05 16:19:57 UTC (rev 5827)
+++ trunk/arch/blackfin/include/asm/pgtable.h	2008-12-05 17:31:18 UTC (rev 5828)
@@ -29,7 +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
+#define pgprot_noncached(prot)	(prot)
 
 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