Title: [7938] trunk/arch/blackfin/mach-common/smp.c: fix bug [#5747] - fix typo.
- Revision
- 7938
- Author
- adamliyi
- Date
- 2009-12-07 02:16:22 -0500 (Mon, 07 Dec 2009)
Log Message
fix bug [#5747] - fix typo.
Modified Paths
Diff
Modified: trunk/arch/blackfin/mach-common/smp.c (7937 => 7938)
--- trunk/arch/blackfin/mach-common/smp.c 2009-12-07 03:42:57 UTC (rev 7937)
+++ trunk/arch/blackfin/mach-common/smp.c 2009-12-07 07:16:22 UTC (rev 7938)
@@ -124,7 +124,7 @@
* Tell other CPU to invalidate D cache in case shared data
* was changed by func() */
smp_wmb();
- cpu_clear(cpu, *msg->call_struct.waitmask);
+ cpu_clear(cpu, msg->call_struct.waitmask);
} else
kfree(msg);
}
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits