diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2023-04-04 22:10:32 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-04-04 22:10:32 +1000 |
commit | 2837dbcef122c0ed2ae47a6c50211725c0dd373f (patch) | |
tree | 5dac8075a8b0f2c574ddc373d357ec6a7235200e /arch/powerpc/include/asm/reg.h | |
parent | 87b626a66dd4ab7d5caf5199d98ec0b5953d73f8 (diff) | |
parent | a3800ef9c48c4497dafe5ede1b65d91d9ef9cf1e (diff) |
Merge branch 'topic/ppc-kvm' into next
Merge our KVM topic branch to bring some KVM commits into next for wider
testing.
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 8fda87af2fa5..077439421892 100644 --- a/arch/powerpc/include/asm/reg.h +++ b/arch/powerpc/include/asm/reg.h @@ -417,6 +417,7 @@ #define FSCR_DSCR __MASK(FSCR_DSCR_LG) #define FSCR_INTR_CAUSE (ASM_CONST(0xFF) << 56) /* interrupt cause */ #define SPRN_HFSCR 0xbe /* HV=1 Facility Status & Control Register */ +#define HFSCR_PREFIX __MASK(FSCR_PREFIX_LG) #define HFSCR_MSGP __MASK(FSCR_MSGP_LG) #define HFSCR_TAR __MASK(FSCR_TAR_LG) #define HFSCR_EBB __MASK(FSCR_EBB_LG) |