summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-02-27 04:27:36 +0000
committeralfred <alfred@FreeBSD.org>2002-02-27 04:27:36 +0000
commitd9b95389509535794ad65d022528710a8400e45f (patch)
tree85dcddbd1337b7006172d55b9809bcef70573e2d /sys
parent9da46874816c62804f43960181ead4438296d499 (diff)
downloadFreeBSD-src-d9b95389509535794ad65d022528710a8400e45f.zip
FreeBSD-src-d9b95389509535794ad65d022528710a8400e45f.tar.gz
clarify panic message
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/pmap.c2
-rw-r--r--sys/i386/i386/pmap.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
index a2ece0a..1ca43e1 100644
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -2944,7 +2944,7 @@ pmap_remove_pages(pmap, sva, eva)
if (tpte == 0) {
printf("TPTE at %p IS ZERO @ VA %08x\n",
pte, pv->pv_va);
- panic("bad pte");
+ panic("bad peter");
}
/*
diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c
index a2ece0a..1ca43e1 100644
--- a/sys/i386/i386/pmap.c
+++ b/sys/i386/i386/pmap.c
@@ -2944,7 +2944,7 @@ pmap_remove_pages(pmap, sva, eva)
if (tpte == 0) {
printf("TPTE at %p IS ZERO @ VA %08x\n",
pte, pv->pv_va);
- panic("bad pte");
+ panic("bad peter");
}
/*
OpenPOWER on IntegriCloud