zynq: remove unused statistics fields from Mach structure

This commit is contained in:
cinap_lenrek 2015-06-15 22:13:55 +02:00
parent 65db705481
commit 13a79fbb72

View file

@ -150,9 +150,6 @@ struct Mach
int syscall;
int load;
int intr;
uvlong fastclock; /* last sampled value */
uvlong inidle; /* time spent in idlehands() */
// ulong spuriousintr;
int lastintr;
int ilockdepth;
Perf perf; /* performance counters */