phsyical -> physical

Submitted by:	Andre Guibert de Bruet <andy@siliconlandmark.com>
This commit is contained in:
Bruce Evans 2002-05-27 13:08:08 +00:00
parent 31956eeb9e
commit 6c37e4212e
2 changed files with 2 additions and 2 deletions

View File

@ -607,7 +607,7 @@ kvm_open (efile, cfile, sfile, perm, errout)
}
physrd (cfd, ksym_lookup ("IdlePTD") - KERNOFF, (char*)&sbr, sizeof sbr);
printf ("IdlePTD at phsyical address 0x%08lx\n", (unsigned long)sbr);
printf ("IdlePTD at physical address 0x%08lx\n", (unsigned long)sbr);
curpcb = kvtophys(cfd, pcpu + PCPU_OFFSET (curpcb));
physrd (cfd, curpcb, (char*)&curpcb, sizeof curpcb);

View File

@ -607,7 +607,7 @@ kvm_open (efile, cfile, sfile, perm, errout)
}
physrd (cfd, ksym_lookup ("IdlePTD") - KERNOFF, (char*)&sbr, sizeof sbr);
printf ("IdlePTD at phsyical address 0x%08lx\n", (unsigned long)sbr);
printf ("IdlePTD at physical address 0x%08lx\n", (unsigned long)sbr);
curpcb = kvtophys(cfd, pcpu + PCPU_OFFSET (curpcb));
physrd (cfd, curpcb, (char*)&curpcb, sizeof curpcb);