Commit 5bad07d5 authored by Andrey Utkin's avatar Andrey Utkin Committed by Greg Kroah-Hartman
parent b2102aa9
...@@ -586,8 +586,8 @@ static int __cpuinit cpu_numa_callback(struct notifier_block *nfb, ...@@ -586,8 +586,8 @@ static int __cpuinit cpu_numa_callback(struct notifier_block *nfb,
case CPU_UP_CANCELED: case CPU_UP_CANCELED:
case CPU_UP_CANCELED_FROZEN: case CPU_UP_CANCELED_FROZEN:
unmap_cpu_from_node(lcpu); unmap_cpu_from_node(lcpu);
break;
ret = NOTIFY_OK; ret = NOTIFY_OK;
break;
#endif #endif
} }
return ret; return ret;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment