pgtblgen: Update comment to match what the code does
Change-Id: Ib87c804b139a96a4173a6f392f0f99a77d32fc01 Signed-off-by: Patrick Rudolph <siro@das-labor.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42981 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
This commit is contained in:
parent
b2a10f8264
commit
7d28f20051
|
@ -23,7 +23,7 @@ static void usage(char *argv[])
|
||||||
* For reference see "AMD64 ArchitectureProgrammer's Manual Volume 2",
|
* For reference see "AMD64 ArchitectureProgrammer's Manual Volume 2",
|
||||||
* Document 24593-Rev. 3.31-July 2019 Chapter 5.3.4
|
* Document 24593-Rev. 3.31-July 2019 Chapter 5.3.4
|
||||||
*
|
*
|
||||||
* Page table attributes: WB, User+Supervisor, Present, Writeable
|
* Page table attributes: WB, User+Supervisor, Present, Writeable, Accessed, Dirty
|
||||||
*/
|
*/
|
||||||
#define _PRES (1ULL << 0)
|
#define _PRES (1ULL << 0)
|
||||||
#define _RW (1ULL << 1)
|
#define _RW (1ULL << 1)
|
||||||
|
|
Loading…
Reference in New Issue