commit | c0abd0c745bdabe027a8f013a866f385fba717b1 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Wed Feb 14 01:08:17 2018 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Mar 30 23:34:26 2018 +1100 |
tree | ec65bc93c77077097d0d6326da4750dbd384cd05 | |
parent | 9bd9be006c8ec0ccf7cb0422d35033af39d3f969 [diff] |
powerpc/64: move default SPR recording Move this into the early setup code, and don't iterate over CPU masks. We don't want to call into sysfs so early from setup, and a future patch won't initialize CPU masks by the time this is called. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Fold in incremental fix from Nick for DSCR handling] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>