git: 9front

Download patch

ref: 0296855004cffcd89ca9d853c950a4726b8343d7
parent: 174a0ddec18fca797cc8ae71db79d544188f7d0b
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Nov 1 16:53:36 EDT 2014

pc64: remove unused pdballoc and pdbfree counters from mach structure

--- a/sys/src/9/pc64/dat.h
+++ b/sys/src/9/pc64/dat.h
@@ -220,8 +220,6 @@
 	int	havetsc;
 	int	havepge;
 	uvlong	tscticks;
-	int	pdballoc;
-	int	pdbfree;
 
 	uintptr	stack[1];
 };
--