perf/x86: Make bitfield unsigned
Fix: arch/x86/kernel/cpu/perf_event.h:377:43: sparse: dubious one-bit signed bitfield Cc: Borislav Petkov <bp@amd64.org> Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/n/tip-2jxkmktkppkclj1qe6qxd7ah@git.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
Родитель
74e6543fdc
Коммит
597ed953d7
|
@ -374,7 +374,7 @@ struct x86_pmu {
|
|||
/*
|
||||
* Intel DebugStore bits
|
||||
*/
|
||||
int bts :1,
|
||||
unsigned int bts :1,
|
||||
bts_active :1,
|
||||
pebs :1,
|
||||
pebs_active :1,
|
||||
|
|
Загрузка…
Ссылка в новой задаче