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:
Patrick Rudolph 2020-06-30 20:17:26 +02:00
parent b2a10f8264
commit 7d28f20051
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ static void usage(char *argv[])
* For reference see "AMD64 ArchitectureProgrammer's Manual Volume 2",
* 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 _RW (1ULL << 1)