glibc/mach
Sergey Bugaev be318c0f38 mach: Use PAGE_SIZE
The PAGE_SIZE from the Mach headers statically defines the machine's
page size. There's no need to query it dynamically; furthermore, the
implementation of the vm_statistics () RPC unconditionally fills in

pagesize = PAGE_SIZE;

Not doing the extra RPC shaves off 2 RPCs from the start-up of every
process!

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Message-Id: <20230218203717.373211-7-bugaevc@gmail.com>
2023-02-20 00:46:36 +01:00
..
mach
devstream.c
err_boot.sub
err_ipc.sub
err_kern.sub
err_mach.sub
err_server.sub
err_us.sub
error_compat.c
errorlib.h
errstring.c
errsystems.awk
lock-intern.h
lowlevellock.h
mach_error.c
mach_error.h
mach_init.c mach: Use PAGE_SIZE 2023-02-20 00:46:36 +01:00
mach_init.h
mach.h
Machrules
Makefile
mig_memcpy.c
mig_strncpy.c
mig-alloc.c
mig-dealloc.c
mig-reply.c
msg-destroy.c
msg.c
msgserver.c
mutex-init.c
mutex-solid.c
setup-thread.c hurd: Move thread state manipulation into _hurd_tls_new () 2023-02-20 00:32:35 +01:00
shortcut.awk
spin-lock.c
spin-lock.h
spin-solid.c
stack_chk_fail_local.c
syscalls.awk
Versions