]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc/eeh: Don't check RTAS token to get PE addr
authorGavin Shan <shangw@linux.vnet.ibm.com>
Wed, 5 Jun 2013 14:25:50 +0000 (14:25 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 6 Jun 2013 05:40:40 +0000 (15:40 +1000)
commit227cf11fd80f6ce8a2235b5c59f78bf369983a37
tree803932edf898fcca0a26a7455a6f3e9cfb620e07
parente3eea5ec60b74a1b22829a875d061265828ef862
powerpc/eeh: Don't check RTAS token to get PE addr

RTAS token "ibm,get-config-addr-info" or ibm,get-config-addr-info2"
are used to retrieve the PE address according to PCI address, which
made up of domain/bus/slot/function. If we don't have those 2 tokens,
the domain/bus/slot/function would be used as the address for EEH
RTAS operations. Some older f/w might not have those 2 tokens and
that blocks the EEH functionality to be initialized. It was introduced
by commit e2af155c ("powerpc/eeh: pseries platform EEH initialization").

The patch skips the check on those 2 tokens so we can bring up EEH
functionality successfully. And domain/bus/slot/function will be
used as address for EEH RTAS operations.

Cc: <stable@vger.kernel.org> # v3.4+
Reported-by: Robert Knight <knight@princeton.edu>
Signed-off-by: Gavin Shan <shangw@linux.vnet.ibm.com>
Tested-by: Robert Knight <knight@princeton.edu>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/pseries/eeh_pseries.c