diff options
author | David S. Miller <davem@davemloft.net> | 2011-07-27 20:42:51 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-07-27 20:43:51 -0700 |
commit | 15e3608d7c273947dbf2eadbcaa66e51143928fb (patch) | |
tree | 3d39d11649829452e38f7552ebd457dc68386ef2 /arch/sparc/include/asm/hypervisor.h | |
parent | facfddef2c76110b8e321921f7e54518c3dd1579 (diff) | |
download | linux-15e3608d7c273947dbf2eadbcaa66e51143928fb.tar.bz2 |
sparc: Add T3 sun4v cpu type and hypervisor group defines.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/asm/hypervisor.h')
-rw-r--r-- | arch/sparc/include/asm/hypervisor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/hypervisor.h b/arch/sparc/include/asm/hypervisor.h index 75686409be24..7a5f80df15d0 100644 --- a/arch/sparc/include/asm/hypervisor.h +++ b/arch/sparc/include/asm/hypervisor.h @@ -2950,6 +2950,7 @@ extern unsigned long sun4v_ncs_request(unsigned long request, #define HV_GRP_N2_CPU 0x0202 #define HV_GRP_NIU 0x0204 #define HV_GRP_VF_CPU 0x0205 +#define HV_GRP_KT_CPU 0x0209 #define HV_GRP_DIAG 0x0300 #ifndef __ASSEMBLY__ |