shithub: riscv

Download patch

ref: 153f96ebc6b8a155f2a619faa54cfe11163f75c2
parent: 5c5daef9f6dc59c44d1819b2ea84f0a0c75971de
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];
 };