Commit 110d3bf2 authored by Andrey Utkin's avatar Andrey Utkin Committed by Greg Kroah-Hartman
parent 41b071ac
...@@ -611,8 +611,8 @@ static int cpu_numa_callback(struct notifier_block *nfb, unsigned long action, ...@@ -611,8 +611,8 @@ static int cpu_numa_callback(struct notifier_block *nfb, unsigned long action,
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