Title: [7970] trunk/arch/blackfin/kernel/cplb-mpu/cplbmgr.c: fix typo error
Revision
7970
Author
sonicz
Date
2009-12-10 21:43:29 -0500 (Thu, 10 Dec 2009)

Log Message

fix typo error

Modified Paths


Diff

Modified: trunk/arch/blackfin/kernel/cplb-mpu/cplbmgr.c (7969 => 7970)


--- trunk/arch/blackfin/kernel/cplb-mpu/cplbmgr.c	2009-12-10 13:05:55 UTC (rev 7969)
+++ trunk/arch/blackfin/kernel/cplb-mpu/cplbmgr.c	2009-12-11 02:43:29 UTC (rev 7970)
@@ -234,7 +234,7 @@
 	} else if (addr >= _ramend) {
 		i_data |= CPLB_USER_RD;
 		if (reserved_mem_icache_on)
-			d_data |= CPLB_L1_CHBL;
+			i_data |= CPLB_L1_CHBL;
 	} else {
 		/*
 		 * Two cases to distinguish - a supervisor access must
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to