Sync with i386 - add foot shooting protection for the DDB/KDB thing.

This commit is contained in:
Peter Wemm 2004-08-16 22:57:47 +00:00
parent b93b95f67f
commit 9727279886
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133903

View File

@ -95,6 +95,11 @@ __FBSDID("$FreeBSD$");
#include <sys/exec.h>
#include <sys/cons.h>
#ifdef DDB
#ifndef KDB
#error KDB must be enabled in order for DDB to work!
#endif
#endif
#include <ddb/ddb.h>
#include <net/netisr.h>