|
@@ -41,7 +41,7 @@ volatile int __cpuinitdata pen_release = -1;
|
|
* observers, irrespective of whether they're taking part in coherency
|
|
* observers, irrespective of whether they're taking part in coherency
|
|
* or not. This is necessary for the hotplug code to work reliably.
|
|
* or not. This is necessary for the hotplug code to work reliably.
|
|
*/
|
|
*/
|
|
-static void write_pen_release(int val)
|
|
|
|
|
|
+static void __cpuinit write_pen_release(int val)
|
|
{
|
|
{
|
|
pen_release = val;
|
|
pen_release = val;
|
|
smp_wmb();
|
|
smp_wmb();
|