clarify panic message

This commit is contained in:
Alfred Perlstein 2002-02-27 04:27:36 +00:00
parent c4c0c592f0
commit b7eeb587f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91353
2 changed files with 2 additions and 2 deletions

View File

@ -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");
}
/*

View File

@ -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");
}
/*