From: Michael Neuling Date: Mon, 4 Mar 2013 19:45:50 +0000 (+0000) Subject: powerpc: Fix setting FSCR for HV=0 and on secondary CPUs X-Git-Tag: v3.9-rc2~22^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57d231678ace658b3a73a0d144cfebbd4257bc0e;p=pandora-kernel.git 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 cc: Ian Munsie Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed