phsyical -> physical
Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
This commit is contained in:
parent
31956eeb9e
commit
6c37e4212e
@ -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);
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user