aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/reg.h
diff options
context:
space:
mode:
authorAlistair Popple <alistair@popple.id.au>2020-06-02 15:53:25 +1000
committerPaul Mackerras <paulus@ozlabs.org>2020-07-21 15:38:03 +1000
commit4cb4ade19b4219af8f5cda9313dd99b0004c8b3c (patch)
tree3bc899a75d5aa2e28a9015c8bc945440fa009599 /arch/powerpc/include/asm/reg.h
parentLinux 5.8-rc1 (diff)
downloadlinux-dev-4cb4ade19b4219af8f5cda9313dd99b0004c8b3c.tar.xz
linux-dev-4cb4ade19b4219af8f5cda9313dd99b0004c8b3c.zip
KVM: PPC: Book3SHV: Enable support for ISA v3.1 guests
Adds support for emulating ISAv3.1 guests by adding the appropriate PCR and FSCR bits. Signed-off-by: Alistair Popple <alistair@popple.id.au> Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
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 88e6c78100d9..28311e52d7e8 100644
--- a/arch/powerpc/include/asm/reg.h
+++ b/arch/powerpc/include/asm/reg.h
@@ -1354,6 +1354,7 @@
#define PVR_ARCH_206p 0x0f100003
#define PVR_ARCH_207 0x0f000004
#define PVR_ARCH_300 0x0f000005
+#define PVR_ARCH_31 0x0f000006
/* Macros for setting and retrieving special purpose registers */
#ifndef __ASSEMBLY__