From 13a79fbb72ca203efec5be16e32e4d7a91620281 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Mon, 15 Jun 2015 22:13:55 +0200 Subject: zynq: remove unused statistics fields from Mach structure --- sys/src/9/zynq/dat.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys') 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 */ -- cgit v1.2.3