commit | 54c9b2253d34e8998e4bff9ac2d7a3ba0b861d52 | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Mon Mar 04 19:45:52 2013 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Mar 05 16:56:30 2013 +1100 |
tree | 45830a7b21e9fe6a533772e8cb571c6cca7eb385 | |
parent | fa759e9b0984748cf626aac59bca60bdab42c644 [diff] |
powerpc: Set DSCR bit in FSCR setup We support DSCR (Data Stream Control Register) so we should make sure we set it in the FSCR (Facility Status & Control Register) incase some firmwares don't set it. If we don't set this, we'll take a facility unavailable exception when using the DSCR. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>