From 9fb10d635e913262789526e3cbf8b27951a34d13 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sat, 4 Feb 2017 12:26:38 +0000 Subject: Define the vm_ooffset_t and vm_pindex_t types as machine-independend. The types are for the byte offset and page index in vm object. They are similar to off_t, which is defined as 64bit MI integer. Using MI definitions will allow to provide consistent MD values of vm object-related maximum sizes. Reviewed by: alc Sponsored by: The FreeBSD Foundation MFC after: 1 week --- sys/sparc64/include/_types.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/sparc64/include') diff --git a/sys/sparc64/include/_types.h b/sys/sparc64/include/_types.h index 62e2fe9f0adb..70b85d9e361a 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; -- cgit v1.2.3