]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/pseries: Avoid spurious error during hotplug CPU add
authorAnton Blanchard <anton@samba.org>
Sun, 14 Aug 2011 14:30:30 +0000 (14:30 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 19 Sep 2011 23:20:00 +0000 (09:20 +1000)
commitb7150d786a5dd250844fe9d46cc302bedaee1555
tree05ee46330103200ba7db76a8267186770e8ce5fa
parentcf7f64c792f3a8fd80e70aaea83ec3785185509c
powerpc/pseries: Avoid spurious error during hotplug CPU add

During hotplug CPU add we get the following error:

Unexpected Error (0) returned from configure-connector

ibm,configure-connector returns 0 for configuration complete, so
catch this and avoid the error.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: <stable@kernel.org>
arch/powerpc/platforms/pseries/dlpar.c