summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2017-02-11 02:00:56 +0000
committerLuiz Souza <luiz@netgate.com>2017-05-08 16:01:39 -0500
commit88fca314360c5f312fca2857c3f58ffccfe2a112 (patch)
treeac631fa9a8501dc1e14fff30c027db1f18b1c36f /sys/powerpc/include
parent8bf91026a298d55191a2fb7654d4f9027ac35780 (diff)
downloadFreeBSD-src-88fca314360c5f312fca2857c3f58ffccfe2a112.zip
FreeBSD-src-88fca314360c5f312fca2857c3f58ffccfe2a112.tar.gz
MFC r313194:
Define the vm_ooffset_t and vm_pindex_t types as machine-independend. (cherry picked from commit 2f90047bce7ecbc5d94c29e91fbee08aa4212dbc)
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