aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/reg.h')
-rw-r--r--arch/powerpc/include/asm/reg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/reg.h b/arch/powerpc/include/asm/reg.h
index 5c6fbe2c5ce6..178a85844462 100644
--- a/arch/powerpc/include/asm/reg.h
+++ b/arch/powerpc/include/asm/reg.h
@@ -272,6 +272,7 @@
272#define HFSCR_TAR (1 << (63-55)) /* Enable Target Address Register */ 272#define HFSCR_TAR (1 << (63-55)) /* Enable Target Address Register */
273#define HFSCR_TM (1 << (63-58)) /* Enable Transactional Memory */ 273#define HFSCR_TM (1 << (63-58)) /* Enable Transactional Memory */
274#define HFSCR_PM (1 << (63-60)) /* Enable prob/priv access to PMU SPRs */ 274#define HFSCR_PM (1 << (63-60)) /* Enable prob/priv access to PMU SPRs */
275#define HFSCR_BHRB (1 << (63-59)) /* Enable Branch History Rolling Buffer*/
275#define HFSCR_DSCR (1 << (63-61)) /* Enable Data Stream Control Register */ 276#define HFSCR_DSCR (1 << (63-61)) /* Enable Data Stream Control Register */
276#define HFSCR_VECVSX (1 << (63-62)) /* Enable VMX/VSX */ 277#define HFSCR_VECVSX (1 << (63-62)) /* Enable VMX/VSX */
277#define HFSCR_FP (1 << (63-63)) /* Enable Floating Point */ 278#define HFSCR_FP (1 << (63-63)) /* Enable Floating Point */