diff options
author | Thomas Richter <tmricht@linux.ibm.com> | 2024-06-25 11:46:04 +0200 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2024-08-07 20:52:52 +0200 |
commit | ba38df7a9b2c3d38a53bb26443add88ca24c970e (patch) | |
tree | 7182e5fe4333fbc28a81c0c9b0ef279015199866 /arch/s390 | |
parent | s390/cpum_sf: Use refcount_t instead of atomic_t (diff) | |
download | linux-ba38df7a9b2c3d38a53bb26443add88ca24c970e.tar.xz linux-ba38df7a9b2c3d38a53bb26443add88ca24c970e.zip |
s390/cpum_sf: Remove unused define PERF_CPUM_SF_MODE_MASK
Remove unreferenced marco PERF_CPUM_SF_MODE_MASK.
No functional change.
Signed-off-by: Thomas Richter <tmricht@linux.ibm.com>
Acked-by: Sumanth Korikkar <sumanthk@linux.ibm.com>
Cc: Heiko Carstens <hca@linux.ibm.com>
Cc: Vasily Gorbik <gor@linux.ibm.com>
Cc: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/include/asm/perf_event.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/include/asm/perf_event.h b/arch/s390/include/asm/perf_event.h index 9917e2717b2b..4879f3a5c474 100644 --- a/arch/s390/include/asm/perf_event.h +++ b/arch/s390/include/asm/perf_event.h @@ -58,8 +58,6 @@ struct perf_sf_sde_regs { #define PERF_EVENT_CPUM_CF_DIAG 0xBC000UL /* Event: Counter sets */ #define PERF_CPUM_SF_BASIC_MODE 0x0001 /* Basic-sampling flag */ #define PERF_CPUM_SF_DIAG_MODE 0x0002 /* Diagnostic-sampling flag */ -#define PERF_CPUM_SF_MODE_MASK (PERF_CPUM_SF_BASIC_MODE| \ - PERF_CPUM_SF_DIAG_MODE) #define PERF_CPUM_SF_FREQ_MODE 0x0008 /* Sampling with frequency */ #define REG_NONE 0 |