diff options
author | Alistair Popple <alistair@popple.id.au> | 2020-06-02 07:53:25 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@ozlabs.org> | 2020-07-21 07:38:03 +0200 |
commit | 4cb4ade19b4219af8f5cda9313dd99b0004c8b3c (patch) | |
tree | 3bc899a75d5aa2e28a9015c8bc945440fa009599 /arch/powerpc/include/asm/reg.h | |
parent | Linux 5.8-rc1 (diff) | |
download | linux-4cb4ade19b4219af8f5cda9313dd99b0004c8b3c.tar.xz linux-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.h | 1 |
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__ |