summaryrefslogtreecommitdiff
path: root/sys/src/9/kw/dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/src/9/kw/dat.h')
-rw-r--r--sys/src/9/kw/dat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/9/kw/dat.h b/sys/src/9/kw/dat.h
index bf1dcdaff..3c42501f7 100644
--- a/sys/src/9/kw/dat.h
+++ b/sys/src/9/kw/dat.h
@@ -79,7 +79,7 @@ enum
struct Confmem
{
uintptr base;
- usize npage;
+ ulong npage;
uintptr limit;
uintptr kbase;
uintptr klimit;
@@ -92,7 +92,7 @@ struct Conf
ulong monitor; /* has monitor? */
Confmem mem[1]; /* physical memory */
ulong npage; /* total physical pages of memory */
- usize upages; /* user page pool */
+ ulong upages; /* user page pool */
ulong copymode; /* 0 is copy on write, 1 is copy on reference */
ulong ialloc; /* max interrupt time allocation in bytes */
ulong pipeqsize; /* size in bytes of pipe queues */