summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/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/sparc64/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/sparc64/include')
-rw-r--r--sys/sparc64/include/_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sparc64/include/_types.h b/sys/sparc64/include/_types.h
index 62e2fe9..70b85d9 100644
--- a/sys/sparc64/include/_types.h
+++ b/sys/sparc64/include/_types.h
@@ -88,9 +88,7 @@ typedef __uint32_t __uint_least32_t;
typedef __uint64_t __uint_least64_t;
typedef __uint64_t __u_register_t;
typedef __uint64_t __vm_offset_t;
-typedef __int64_t __vm_ooffset_t;
typedef __uint64_t __vm_paddr_t;
-typedef __uint64_t __vm_pindex_t;
typedef __uint64_t __vm_size_t;
typedef int ___wchar_t;
OpenPOWER on IntegriCloud