summaryrefslogtreecommitdiff
path: root/sys/src/9/zynq
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-06-15 22:13:55 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-06-15 22:13:55 +0200
commit13a79fbb72ca203efec5be16e32e4d7a91620281 (patch)
treebb0bbf028ce2c31c7aa7a3a6a9f288065e3ff070 /sys/src/9/zynq
parent65db7054815f4efcdd1c6c9638b6e7f05950f481 (diff)
zynq: remove unused statistics fields from Mach structure
Diffstat (limited to 'sys/src/9/zynq')
-rw-r--r--sys/src/9/zynq/dat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/src/9/zynq/dat.h b/sys/src/9/zynq/dat.h
index 91d95671b..01cba862c 100644
--- a/sys/src/9/zynq/dat.h
+++ b/sys/src/9/zynq/dat.h
@@ -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 */