1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

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

This commit is contained in:
KATO Takenori 1998-01-31 15:16:27 +00:00
parent 23e499c5f0
commit 187344e72d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32941

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)trap.c 7.4 (Berkeley) 5/13/91
* $Id: trap.c,v 1.41 1997/12/05 11:48:53 kato Exp $
* $Id: trap.c,v 1.42 1997/12/06 06:19:19 kato Exp $
*/
/*
@ -45,6 +45,7 @@
#include "opt_cpu.h"
#include "opt_ddb.h"
#include "opt_ktrace.h"
#include "opt_trap.h"
#include "opt_vm86.h"
#include <sys/param.h>