From: Nathan Fontenot Date: Mon, 25 Aug 2008 19:33:34 +0000 (+1000) Subject: powerpc: Check rc of notifier chain for memory remove X-Git-Tag: v2.6.28-rc1~569^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=525c411d400603665f8416f7e84bb14a43830027;p=pandora-kernel.git powerpc: Check rc of notifier chain for memory remove The return code from invocation of the notifier for pSeries_reconfig_chain during update of the device tree is not checked. This causes writes to /proc/ppc64/ofdt to update memory properties (i.e. ibm,dyamic-reconfiguration-memory) to always return success, instead of the result of the notifier chain. This happens specifically when we remove/add memory from the device tree on machines using memory specified in the ibm,dynamic-reconfiguration-memory property of the device tree. Signed-off-by: Nathan Fontenot Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed