summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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