staging: unisys: remove volatile from struct log_info_t
There's no need for last_cycles to be declared volatile. Take that out. Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0520cfb1f6
commit
3301335fc8
@ -279,7 +279,7 @@ static inline s64 issue_vmcall_measurement_do_nothing(void)
|
||||
}
|
||||
|
||||
struct log_info_t {
|
||||
volatile unsigned long long last_cycles;
|
||||
unsigned long long last_cycles;
|
||||
unsigned long long delta_sum[64];
|
||||
unsigned long long delta_cnt[64];
|
||||
unsigned long long max_delta[64];
|
||||
|
Loading…
x
Reference in New Issue
Block a user