diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-06-15 22:13:55 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-06-15 22:13:55 +0200 |
commit | 13a79fbb72ca203efec5be16e32e4d7a91620281 (patch) | |
tree | bb0bbf028ce2c31c7aa7a3a6a9f288065e3ff070 /sys/src/9/zynq/dat.h | |
parent | 65db7054815f4efcdd1c6c9638b6e7f05950f481 (diff) |
zynq: remove unused statistics fields from Mach structure
Diffstat (limited to 'sys/src/9/zynq/dat.h')
-rw-r--r-- | sys/src/9/zynq/dat.h | 3 |
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 */ |