summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/arm/linux_exec.h
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2003-03-01 04:36:38 +0000
committerthorpej <thorpej@NetBSD.org>2003-03-01 04:36:38 +0000
commit5afa6838bf6bdc19b5e14c7e899a5a51a6caead3 (patch)
tree5281ee003978fca7279fb99d9bfb063f2ad0c7e5 /sys/compat/linux/arch/arm/linux_exec.h
parentb1a286afffb7ed6cc2e15dec3513d31e3ed60be7 (diff)
Do the syscall_plain/syscall_fancy dance on ARM. Shaves a fair number
of cycles off the syscall overhead. Since all COMPAT_LINUX platforms now support __HAVE_SYSCALL_INTERN, garbage-collect the LINUX_SYSCALL_FUNCTION stuff.
Diffstat (limited to 'sys/compat/linux/arch/arm/linux_exec.h')
-rw-r--r--sys/compat/linux/arch/arm/linux_exec.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/compat/linux/arch/arm/linux_exec.h b/sys/compat/linux/arch/arm/linux_exec.h
index 6bcae0ba29e..7cb9ed84784 100644
--- a/sys/compat/linux/arch/arm/linux_exec.h
+++ b/sys/compat/linux/arch/arm/linux_exec.h
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_exec.h,v 1.3 2002/11/13 15:16:30 jdolecek Exp $ */
+/* $NetBSD: linux_exec.h,v 1.4 2003/03/01 04:36:39 thorpej Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -45,6 +45,4 @@
#define LINUX_ELF_AUX_ARGSIZ \
(howmany(LINUX_ELF_AUX_ENTRIES * sizeof(Aux32Info), sizeof(Elf32_Addr)))
-#define LINUX_SYSCALL_FUNCTION linux_syscall
-
#endif /* !_I386_LINUX_EXEC_H */