summaryrefslogtreecommitdiff
path: root/i386/i386at
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2006-11-10 01:22:59 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:53 +0200
commit350415bcec5377422a8dd5e5ef4d1429e60851c3 (patch)
treee60aa39ae34354ae13d5b9074d9118fb37fcb09d /i386/i386at
parent43060dd8187ac5261dc325ee93c7d491b6478f66 (diff)
2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
Put "for panic()" in ChangeLog, not in source code.
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>