git: 9front

Download patch

ref: a1e0e4989e3fa79ca0f8919f561a639e598cdb77
parent: 84b272878c38188286aa1368a211becde0ef591e
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 */
--