diff options
Diffstat (limited to 'patches/0006-x86-do-not-evaluate-sometimes-undefined-_PAGE_BIT_SW.patch')
| -rw-r--r-- | patches/0006-x86-do-not-evaluate-sometimes-undefined-_PAGE_BIT_SW.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/0006-x86-do-not-evaluate-sometimes-undefined-_PAGE_BIT_SW.patch b/patches/0006-x86-do-not-evaluate-sometimes-undefined-_PAGE_BIT_SW.patch index 3144a8a..dc1e42a 100644 --- a/patches/0006-x86-do-not-evaluate-sometimes-undefined-_PAGE_BIT_SW.patch +++ b/patches/0006-x86-do-not-evaluate-sometimes-undefined-_PAGE_BIT_SW.patch @@ -1,7 +1,7 @@ From 58d4fb961436e227168d60812e8b5d023f6eead7 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" <Jason@zx2c4.com> Date: Sun, 24 May 2020 18:53:11 -0600 -Subject: [PATCH 06/33] x86: do not evaluate sometimes-undefined +Subject: [PATCH 06/34] x86: do not evaluate sometimes-undefined _PAGE_BIT_SWP_SOFT_DIRTY In certain configurations, _PAGE_BIT_SWP_SOFT_DIRTY is undefined, @@ -14,7 +14,7 @@ Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/include/asm/pgtable_types.h b/arch/x86/include/asm/pgtable_types.h -index e857a2c26004..c47e99e1be90 100644 +index e857a2c2600..c47e99e1be9 100644 --- a/arch/x86/include/asm/pgtable_types.h +++ b/arch/x86/include/asm/pgtable_types.h @@ -133,7 +133,7 @@ @@ -27,5 +27,5 @@ index e857a2c26004..c47e99e1be90 100644 #endif #if _PAGE_BIT_FILE == _PAGE_BIT_PROTNONE -- -2.28.0 +2.29.1 |
