mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 02:02:28 +09:00
powerpc/mm/numa: Fix break placement
commit b00fc6ec1f upstream.
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=81631
Reported-by: David Binderman <dcb314@hotmail.com>
Signed-off-by: Andrey Utkin <andrey.krieger.utkin@gmail.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b2102aa927
commit
5bad07d5f8
@@ -586,8 +586,8 @@ static int __cpuinit cpu_numa_callback(struct notifier_block *nfb,
|
||||
case CPU_UP_CANCELED:
|
||||
case CPU_UP_CANCELED_FROZEN:
|
||||
unmap_cpu_from_node(lcpu);
|
||||
break;
|
||||
ret = NOTIFY_OK;
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user