]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/numa: Fix OF node refcounting bug
authorGavin Shan <shangw@linux.vnet.ibm.com>
Wed, 30 May 2012 17:07:29 +0000 (17:07 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 3 Jul 2012 04:14:44 +0000 (14:14 +1000)
commit4d12f7cbdf8f70ced54c9a4943c6064c42f5c4a5
tree215f93bdc2e00c90b6da88cebeed472109b3b803
parent57a70a021d7291b28ea331df04a8540a0d80d7be
powerpc/numa: Fix OF node refcounting bug

The form affinity for NUMA is set to 1 if the firmware supports
OPAL. Otherwise, we have to retrieve that from OF node "/chosen".
For the latter case, OF node "/chosen" reference count was never
decreased.

Signed-off-by: Gavin Shan <shangw@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/mm/numa.c