summaryrefslogtreecommitdiff
path: root/sys/src/9/zynq/dat.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-06-15 22:32:15 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-06-15 22:32:15 +0200
commit584caf6d1c6b44ce2f19c95581b7c6f134e2ba59 (patch)
tree40c1404a4dff292d2954933fffb0aea1d1813ac4 /sys/src/9/zynq/dat.h
parent13a79fbb72ca203efec5be16e32e4d7a91620281 (diff)
zynq: remove unused PTE typedef
all the mmu code uses ulong, so get rid of the typeded.
Diffstat (limited to 'sys/src/9/zynq/dat.h')
-rw-r--r--sys/src/9/zynq/dat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/zynq/dat.h b/sys/src/9/zynq/dat.h
index 01cba862c..2d3e681a7 100644
--- a/sys/src/9/zynq/dat.h
+++ b/sys/src/9/zynq/dat.h
@@ -11,7 +11,6 @@ typedef struct Notsave Notsave;
typedef struct Page Page;
typedef struct Proc Proc;
typedef struct PMMU PMMU;
-typedef u32int PTE;
typedef struct Ureg Ureg;
typedef struct ISAConf ISAConf;
typedef uvlong Tval;