zynq: remove unused statistics fields from Mach structure
This commit is contained in:
parent
65db705481
commit
13a79fbb72
1 changed files with 0 additions and 3 deletions
|
@ -150,9 +150,6 @@ struct Mach
|
||||||
int syscall;
|
int syscall;
|
||||||
int load;
|
int load;
|
||||||
int intr;
|
int intr;
|
||||||
uvlong fastclock; /* last sampled value */
|
|
||||||
uvlong inidle; /* time spent in idlehands() */
|
|
||||||
// ulong spuriousintr;
|
|
||||||
int lastintr;
|
int lastintr;
|
||||||
int ilockdepth;
|
int ilockdepth;
|
||||||
Perf perf; /* performance counters */
|
Perf perf; /* performance counters */
|
||||||
|
|
Loading…
Reference in a new issue