aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/hvcall.h
diff options
context:
space:
mode:
authorGravatar Michael Ellerman <mpe@ellerman.id.au> 2018-03-27 23:55:49 +1100
committerGravatar Michael Ellerman <mpe@ellerman.id.au> 2018-03-27 23:55:49 +1100
commitc0b346729b5dd3c7d0232f043f5b15947ffc7978 (patch)
treea790a37bfc5815b46c8f9a4faf9a2d38c74d2cdb /arch/powerpc/include/asm/hvcall.h
parentpowerpc/eeh: Add eeh_state_active() helper (diff)
parentpowerpc: Disable DAWR in the base POWER9 CPU features (diff)
downloadlinux-c0b346729b5dd3c7d0232f043f5b15947ffc7978.tar.gz
linux-c0b346729b5dd3c7d0232f043f5b15947ffc7978.tar.bz2
linux-c0b346729b5dd3c7d0232f043f5b15947ffc7978.zip
Merge branch 'topic/ppc-kvm' into next
Merge the DAWR series, which touches arch code and KVM code and may need to be merged into the kvm-ppc tree.
Diffstat (limited to 'arch/powerpc/include/asm/hvcall.h')
-rw-r--r--arch/powerpc/include/asm/hvcall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/hvcall.h b/arch/powerpc/include/asm/hvcall.h
index 5a740feb7bd7..2e2dddab5d65 100644
--- a/arch/powerpc/include/asm/hvcall.h
+++ b/arch/powerpc/include/asm/hvcall.h
@@ -88,6 +88,7 @@
#define H_P8 -61
#define H_P9 -62
#define H_TOO_BIG -64
+#define H_UNSUPPORTED -67
#define H_OVERLAP -68
#define H_INTERRUPT -69
#define H_BAD_DATA -70