]> www.infradead.org Git - users/jedix/linux-maple.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)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Thu, 8 Dec 2011 19:18:15 +0000 (11:18 -0800)
commit5111a4eac46cf6e86e3aea114084aef12e221c67
treeb295375c6c827f627cc57fb1a6415b47ea7f5ca0
parentce3dc76fbaea7a9c4470ce7bd0164278cedb691d
powerpc/pseries: Avoid spurious error during hotplug CPU add

commit 9c740025c51a26ab00192cfc464064d4ccbfe3fc upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/powerpc/platforms/pseries/dlpar.c