commit | 3808a88985b4f5f5e947c364debce4441a380fb8 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jul 05 15:03:48 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Jul 21 18:56:13 2016 +1000 |
tree | 582685ef5045583e4112098e29a0f22a342e5a2b | |
parent | c40785ad305b32e9b0b5fbc888f1f5d57f29bf44 [diff] |
powerpc: Move FW feature probing out of pseries probe() We move the function itself to pseries/firmware.c and call it along with almost all other flat device-tree parsers from early_init_devtree() Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> [mpe: Move #ifdefs into the header by providing pseries_probe_fw_features()] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>