aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/hypervisor.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-07-18 00:43:52 -0700
committerDavid S. Miller <davem@davemloft.net>2008-07-18 00:43:52 -0700
commit432e8765f0206de5bbddcbd4eb1d9611c79b1eaa (patch)
tree067daa916d3b4bce5d5c1bda489b706bbeb0d86d /include/asm-sparc/hypervisor.h
parentsparc64: Remove 4MB and 512K base page size options. (diff)
downloadlinux-dev-432e8765f0206de5bbddcbd4eb1d9611c79b1eaa.tar.xz
linux-dev-432e8765f0206de5bbddcbd4eb1d9611c79b1eaa.zip
sparc64: Add missing hypervisor service group numbers.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--include/asm-sparc/hypervisor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-sparc/hypervisor.h b/include/asm-sparc/hypervisor.h
index 0c0f41cf7462..109ae24ba242 100644
--- a/include/asm-sparc/hypervisor.h
+++ b/include/asm-sparc/hypervisor.h
@@ -2920,8 +2920,12 @@ extern unsigned long sun4v_ncs_request(unsigned long request,
#define HV_GRP_LDOM 0x0101
#define HV_GRP_SVC_CHAN 0x0102
#define HV_GRP_NCS 0x0103
+#define HV_GRP_RNG 0x0104
#define HV_GRP_NIAG_PERF 0x0200
#define HV_GRP_FIRE_PERF 0x0201
+#define HV_GRP_N2_CPU 0x0202
+#define HV_GRP_NIU 0x0204
+#define HV_GRP_VF_CPU 0x0205
#define HV_GRP_DIAG 0x0300
#ifndef __ASSEMBLY__