Sync with sys/i386/i386/trap.c revision 1.126.

This commit is contained in:
KATO Takenori 1998-04-16 16:31:36 +00:00
parent a37834b277
commit adf97e2edc

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)trap.c 7.4 (Berkeley) 5/13/91
* $Id: trap.c,v 1.47 1998/03/29 12:48:01 kato Exp $
* $Id: trap.c,v 1.48 1998/03/31 07:53:08 kato Exp $
*/
/*
@ -147,15 +147,15 @@ static char *trap_msg[] = {
"machine check trap", /* 28 T_MCHK */
};
static void userret __P((struct proc *p, struct trapframe *frame,
u_quad_t oticks));
static __inline void userret __P((struct proc *p, struct trapframe *frame,
u_quad_t oticks));
#if defined(I586_CPU) && !defined(NO_F00F_HACK)
extern struct gate_descriptor *t_idt;
extern int has_f00f_bug;
#endif
static inline void
static __inline void
userret(p, frame, oticks)
struct proc *p;
struct trapframe *frame;