projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b57845
)
perfcounters: fix reserved bits sizing
author
Ingo Molnar
<mingo@elte.hu>
Thu, 5 Mar 2009 11:33:16 +0000
(12:33 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 5 Mar 2009 11:34:09 +0000
(12:34 +0100)
The sum of bits is 65 currently not 64 - so reduce the # of reserved bits
from 55 to 54.
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/perf_counter.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/perf_counter.h
b/include/linux/perf_counter.h
index c42455ab15589619371d1886e13a58397ad1a89b..dde564517b661c3ae39af23412a32a2e917444f2 100644
(file)
--- a/
include/linux/perf_counter.h
+++ b/
include/linux/perf_counter.h
@@
-83,7
+83,7
@@
struct perf_counter_hw_event {
exclude_hv : 1, /* ditto hypervisor */
exclude_idle : 1, /* don't count when idle */
- __reserved_1
: 55
;
+ __reserved_1
: 54
;
__u32 extra_config_len;
__u32 __reserved_4;