From 4959a9fca6bdcb8e0d2271d6b2f6b9d2463ffcbc Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 13 Dec 1998 19:27:51 +0000 Subject: [PATCH] Add defines for the fast trap vectors. --- sys/arch/i386/include/svr4_machdep.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/include/svr4_machdep.h b/sys/arch/i386/include/svr4_machdep.h index 21dfd4883901..814fa6837e55 100644 --- a/sys/arch/i386/include/svr4_machdep.h +++ b/sys/arch/i386/include/svr4_machdep.h @@ -1,4 +1,4 @@ -/* $NetBSD: svr4_machdep.h,v 1.7 1998/09/11 12:50:07 mycroft Exp $ */ +/* $NetBSD: svr4_machdep.h,v 1.8 1998/12/13 19:27:51 christos Exp $ */ /*- * Copyright (c) 1994 The NetBSD Foundation, Inc. @@ -120,4 +120,11 @@ struct svr4_ssd { #define SVR4_T_PAGEFLT 14 #define SVR4_T_ALIGNFLT 17 +/* + * Fast syscall gate traps. + */ +#define SVR4_TRAP_GETHRTIME 3 +#define SVR4_TRAP_GETHRVTIME 4 +#define SVR4_TRAP_CLOCK_SETTIME 5 + #endif /* !_I386_SVR4_MACHDEP_H_ */