diff options
Diffstat (limited to 'tools/perf/util/branch.h')
| -rw-r--r-- | tools/perf/util/branch.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/tools/perf/util/branch.h b/tools/perf/util/branch.h index 8d251b35428a..f838b23db180 100644 --- a/tools/perf/util/branch.h +++ b/tools/perf/util/branch.h @@ -25,7 +25,8 @@ struct branch_flags {  			u64 cycles:16;  			u64 type:4;  			u64 new_type:4; -			u64 reserved:36; +			u64 priv:3; +			u64 reserved:33;  		};  	};  }; | 
