summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2017-02-11 02:00:56 +0000
committerkib <kib@FreeBSD.org>2017-02-11 02:00:56 +0000
commit2f90047bce7ecbc5d94c29e91fbee08aa4212dbc (patch)
tree980cd874323067402af1bd5bca13b3157636d98d /sys/mips
parent8ed156f023dfea00429bd27589ad280d998dc566 (diff)
downloadFreeBSD-src-2f90047bce7ecbc5d94c29e91fbee08aa4212dbc.zip
FreeBSD-src-2f90047bce7ecbc5d94c29e91fbee08aa4212dbc.tar.gz
MFC r313194:
Define the vm_ooffset_t and vm_pindex_t types as machine-independend.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/include/_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/mips/include/_types.h b/sys/mips/include/_types.h
index a05f01c..d37b1bc 100644
--- a/sys/mips/include/_types.h
+++ b/sys/mips/include/_types.h
@@ -143,8 +143,6 @@ typedef __uint64_t __vm_paddr_t;
typedef __uint32_t __vm_paddr_t;
#endif
-typedef __int64_t __vm_ooffset_t;
-typedef __uint64_t __vm_pindex_t;
typedef int ___wchar_t;
#define __WCHAR_MIN __INT_MIN /* min value for a wchar_t */
OpenPOWER on IntegriCloud