Title: [7971] branches/2009R1/arch/blackfin/kernel/cplb-mpu/cplbmgr.c: Fix typo error
Revision
7971
Author
sonicz
Date
2009-12-10 21:44:28 -0500 (Thu, 10 Dec 2009)

Log Message

Fix typo error

Modified Paths


Diff

Modified: branches/2009R1/arch/blackfin/kernel/cplb-mpu/cplbmgr.c (7970 => 7971)


--- branches/2009R1/arch/blackfin/kernel/cplb-mpu/cplbmgr.c	2009-12-11 02:43:29 UTC (rev 7970)
+++ branches/2009R1/arch/blackfin/kernel/cplb-mpu/cplbmgr.c	2009-12-11 02:44:28 UTC (rev 7971)
@@ -219,7 +219,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