X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/b0d623f7f2ae71ed96e60569f61f9a9a27016e80..d26ffc64f583ab2d29df48f13518685602bc8832:/libsyscall/mach/vm_map.defs diff --git a/libsyscall/mach/vm_map.defs b/libsyscall/mach/vm_map.defs index c9aefb3c6..15a60542c 100644 --- a/libsyscall/mach/vm_map.defs +++ b/libsyscall/mach/vm_map.defs @@ -25,15 +25,11 @@ * * @APPLE_OSREFERENCE_LICENSE_HEADER_END@ */ -#if !LIBSYSCALL_INTERFACE && (defined(__LP64__) || defined(__arm__)) +#if !LIBSYSCALL_INTERFACE && defined(__LP64__) /* * In an LP64 environment, the traditional Mach VM interface names are * really just a second instance of the "wide" Mach VM interfaces. * - * For ARM, which doesn't support two address space sizes, use the "wide" - * interfaces as well, to reduce the amount of duplicate code compiled - * into the kernel. - * * The _MACH_VM_PUBLISH_AS_LOCAL_ flag triggers mach_vm.defs to export * the local names instead. *