code: plan9front

Download patch

ref: 13a79fbb72ca203efec5be16e32e4d7a91620281
parent: 65db7054815f4efcdd1c6c9638b6e7f05950f481
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Jun 15 18:13:55 EDT 2015

zynq: remove unused statistics fields from Mach structure

--- a/sys/src/9/zynq/dat.h
+++ b/sys/src/9/zynq/dat.h
@@ -150,9 +150,6 @@
 	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 */