pc64: remove unused pdballoc and pdbfree counters from mach structure

This commit is contained in:
cinap_lenrek 2014-11-01 20:53:36 +01:00
parent 5c5daef9f6
commit 153f96ebc6

View file

@ -220,8 +220,6 @@ struct Mach
int havetsc;
int havepge;
uvlong tscticks;
int pdballoc;
int pdbfree;
uintptr stack[1];
};