From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Michael Neuling To: Benjamin Herrenschmidt Subject: [PATCH 0/3] powerpc: FSCR fixes for POWER8 Date: Mon, 4 Mar 2013 20:46:39 +1100 Message-Id: <1362390402-17725-1-git-send-email-mikey@neuling.org> Cc: Michael Neuling , linuxppc-dev@lists.ozlabs.org, Ian Munsie List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Benh, Here are a few fixes for the POWER8 FSCR. First patch changes the FSCR so that it's set on secondary CPUs as well as when MSR HV=0. Second two patches make sure that the FSCR DSCR bit is set so that we don't trap on DSCR accesses. These are aimed to fix issues in 3.9. Mikey