summaryrefslogtreecommitdiff
path: root/sys/arm/include
diff options
context:
space:
mode:
authorIan Dowse <iedowse@FreeBSD.org>2002-06-23 21:57:19 +0000
committerIan Dowse <iedowse@FreeBSD.org>2002-06-23 21:57:19 +0000
commit2f384b348a08de33bb2d8826380b2501db7f8df6 (patch)
tree20228ee77b80ff581d1cf87519adc270ffbe6da9 /sys/arm/include
parenteac66622a00b48f7b12fe4967484dd10243c94e0 (diff)
Notes
Diffstat (limited to 'sys/arm/include')
-rw-r--r--sys/arm/include/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/include/types.h b/sys/arm/include/types.h
index 31dcbc48e2a6..8299a534114e 100644
--- a/sys/arm/include/types.h
+++ b/sys/arm/include/types.h
@@ -49,7 +49,7 @@ typedef struct label_t {
typedef unsigned int vm_offset_t;
typedef __int64_t vm_ooffset_t;
-typedef unsigned int vm_pindex_t;
+typedef __uint64_t vm_pindex_t;
typedef unsigned int vm_size_t;
typedef __int32_t register_t;