]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/eeh: Remove eeh_mutex
authorGavin Shan <shangw@linux.vnet.ibm.com>
Tue, 25 Jun 2013 06:35:27 +0000 (14:35 +0800)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 25 Jun 2013 07:24:41 +0000 (17:24 +1000)
commit4f89ed3f2d071a3269fee084b47b1c7c88af1b80
tree2f8b3c08564a08916899c35c8ae06dd83a2c875d
parent50adc2db9284a81c47312e3b02dbe95f013f6727
powerpc/eeh: Remove eeh_mutex

Originally, eeh_mutex was introduced to protect the PE hierarchy
tree and the attached EEH devices because EEH core was possiblly
running with multiple threads to access the PE hierarchy tree.
However, we now have only one kthread in EEH core. So we needn't
the eeh_mutex and just remove it.

Signed-off-by: Gavin Shan <shangw@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/eeh.h
arch/powerpc/kernel/eeh.c
arch/powerpc/kernel/eeh_pe.c