From 7d28f20051d039d3535195a9d04019db254bbeaa Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Tue, 30 Jun 2020 20:17:26 +0200 Subject: pgtblgen: Update comment to match what the code does Change-Id: Ib87c804b139a96a4173a6f392f0f99a77d32fc01 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/c/coreboot/+/42981 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Philipp Deppenwiese --- util/pgtblgen/pgtblgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/pgtblgen/pgtblgen.c b/util/pgtblgen/pgtblgen.c index 27114edab1..640d0ba7be 100644 --- a/util/pgtblgen/pgtblgen.c +++ b/util/pgtblgen/pgtblgen.c @@ -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) -- cgit v1.2.3