Title: [6035] trunk/arch/blackfin/kernel/cplb-mpu/cplbinit.c: Bug[#4734]
Revision
6035
Author
bernds
Date
2009-01-22 11:20:50 -0600 (Thu, 22 Jan 2009)

Log Message

Bug[#4734]
Enable null pointer checking for ICPLBs.  The code was there but for some
reason I had commented it out at some stage during development.

Modified Paths

Diff

Modified: trunk/arch/blackfin/kernel/cplb-mpu/cplbinit.c (6034 => 6035)


--- trunk/arch/blackfin/kernel/cplb-mpu/cplbinit.c	2009-01-22 10:19:56 UTC (rev 6034)
+++ trunk/arch/blackfin/kernel/cplb-mpu/cplbinit.c	2009-01-22 17:20:50 UTC (rev 6035)
@@ -63,10 +63,8 @@
 	dcplb_tbl[cpu][i_d].addr = 0;
 	dcplb_tbl[cpu][i_d++].data = "" | PAGE_SIZE_1KB;
 
-#if 0
 	icplb_tbl[cpu][i_i].addr = 0;
 	icplb_tbl[cpu][i_i++].data = "" | CPLB_USER_RD | PAGE_SIZE_4KB;
-#endif
 
 	/* Cover kernel memory with 4M pages.  */
 	addr = 0;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to