summaryrefslogtreecommitdiff
path: root/i386/i386at
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386at')
-rw-r--r--i386/i386at/kd.c2
-rw-r--r--i386/i386at/model_dep.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/i386/i386at/kd.c b/i386/i386at/kd.c
index c1389c2..e982b12 100644
--- a/i386/i386at/kd.c
+++ b/i386/i386at/kd.c
@@ -77,7 +77,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* $ Header: $ */
#include <sys/types.h>
-#include <kern/debug.h> /* for panic() */
+#include <kern/debug.h>
#include <kern/printf.h>
#include <kern/time_out.h>
#include <device/conf.h>
diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c
index 06b8d12..0a2da1e 100644
--- a/i386/i386at/model_dep.c
+++ b/i386/i386at/model_dep.c
@@ -43,7 +43,7 @@
#include <kern/time_out.h>
#include <kern/assert.h>
#include <kern/cpu_number.h>
-#include <kern/debug.h> /* for panic() */
+#include <kern/debug.h>
#include <kern/printf.h>
#include <sys/time.h>
#include <vm/vm_page.h>