summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
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/powerpc/include
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/powerpc/include')
-rw-r--r--sys/powerpc/include/_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/powerpc/include/_types.h b/sys/powerpc/include/_types.h
index 2c92afc..fc2285f 100644
--- a/sys/powerpc/include/_types.h
+++ b/sys/powerpc/include/_types.h
@@ -135,8 +135,6 @@ typedef __uint32_t __vm_paddr_t;
#endif
typedef __uint32_t __vm_size_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