Skip to content

Commit 2e3c491

Browse files
Joe MoriartyAllen Pais
authored andcommitted
arch/sparc: Sonoma epsc group patch
Needed for Sonoma IB software support. Orabug: 23055865 Signed-off-by: Joe Moriarty <joe.moriarty@oracle.com> Acked-by: Babu Moger <babu.moger@oracle.com> (cherry picked from commit bf199cb83bd83643b223a0504d2f41ed793812ef)
1 parent fc779be commit 2e3c491

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/sparc/include/asm/hypervisor.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3015,6 +3015,7 @@ unsigned long sun4v_m7_set_perfreg(unsigned long reg_num,
30153015
#define HV_GRP_KT_CPU 0x0209
30163016
#define HV_GRP_VT_CPU 0x020c
30173017
#define HV_GRP_T5_CPU 0x0211
3018+
#define HV_GRP_SONOMA_EPSC 0x0241
30183019
#define HV_GRP_DIAG 0x0300
30193020

30203021
#ifndef __ASSEMBLY__

arch/sparc/kernel/hvapi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ static struct api_info api_table[] = {
4747
{ .group = HV_GRP_KT_CPU, },
4848
{ .group = HV_GRP_VT_CPU, },
4949
{ .group = HV_GRP_T5_CPU, },
50+
{ .group = HV_GRP_SONOMA_EPSC, },
5051
{ .group = HV_GRP_DIAG, .flags = FLAG_PRE_API },
5152
{ .group = HV_GRP_M7_PERF, },
5253
};

0 commit comments

Comments
 (0)