commit | 57d231678ace658b3a73a0d144cfebbd4257bc0e | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Mon Mar 04 19:45:50 2013 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Mar 05 16:56:29 2013 +1100 |
tree | 6b644ca8c160e8e3415718545ae57eeaca620627 | |
parent | 8170a83f15eeca9a84ff895f1a89b58918425a3f [diff] |
powerpc: Fix setting FSCR for HV=0 and on secondary CPUs Currently we only set the FSCR (Facility Status and Control Register) when HV=1 but this feature is available when HV=0 also. This patch sets FSCR when HV=0. Also, we currently only set the FSCR on the master CPU. This patch also sets the FSCR on secondary CPUs. Signed-off-by: Michael Neuling <mikey@neuling.org> cc: Ian Munsie <imunsie@au1.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>