There is nothing more embarresing than having three goes at correcting
typos in the same paragraph. s/in in/in/ Submitted by: iedowse
This commit is contained in:
parent
76cb0cadf1
commit
9d170964e4
@ -78,7 +78,7 @@
|
||||
* NOTE: PTDpde, PTmap, and PTD are being defined as address symbols.
|
||||
* In C you access them directly, and not with a '*'. Storage is not being
|
||||
* allocated. They will magically address the correct locations in KVM
|
||||
* which C will treat as normal variables of the type they are defined in in
|
||||
* which C will treat as normal variables of the type they are defined in
|
||||
* machine/pmap.h, i.e. PTDpde = XX ; to set a PDE entry, NOT *PTDpde = XX;
|
||||
*/
|
||||
.globl PTmap,PTD,PTDpde
|
||||
|
@ -78,7 +78,7 @@
|
||||
* NOTE: PTDpde, PTmap, and PTD are being defined as address symbols.
|
||||
* In C you access them directly, and not with a '*'. Storage is not being
|
||||
* allocated. They will magically address the correct locations in KVM
|
||||
* which C will treat as normal variables of the type they are defined in in
|
||||
* which C will treat as normal variables of the type they are defined in
|
||||
* machine/pmap.h, i.e. PTDpde = XX ; to set a PDE entry, NOT *PTDpde = XX;
|
||||
*/
|
||||
.globl PTmap,PTD,PTDpde
|
||||
|
@ -78,7 +78,7 @@
|
||||
* NOTE: PTDpde, PTmap, and PTD are being defined as address symbols.
|
||||
* In C you access them directly, and not with a '*'. Storage is not being
|
||||
* allocated. They will magically address the correct locations in KVM
|
||||
* which C will treat as normal variables of the type they are defined in in
|
||||
* which C will treat as normal variables of the type they are defined in
|
||||
* machine/pmap.h, i.e. PTDpde = XX ; to set a PDE entry, NOT *PTDpde = XX;
|
||||
*/
|
||||
.globl PTmap,PTD,PTDpde
|
||||
|
Loading…
Reference in New Issue
Block a user