diff options
Diffstat (limited to '0027-x86-amd-Work-around-CLFLUSH-ordering-on-older-parts.patch')
-rw-r--r-- | 0027-x86-amd-Work-around-CLFLUSH-ordering-on-older-parts.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/0027-x86-amd-Work-around-CLFLUSH-ordering-on-older-parts.patch b/0027-x86-amd-Work-around-CLFLUSH-ordering-on-older-parts.patch index a3ab379..060bc99 100644 --- a/0027-x86-amd-Work-around-CLFLUSH-ordering-on-older-parts.patch +++ b/0027-x86-amd-Work-around-CLFLUSH-ordering-on-older-parts.patch @@ -1,7 +1,7 @@ From c4815be949aae6583a9a22897beb96b095b4f1a2 Mon Sep 17 00:00:00 2001 From: Andrew Cooper <andrew.cooper3@citrix.com> Date: Thu, 9 Jun 2022 15:29:13 +0200 -Subject: [PATCH 27/32] x86/amd: Work around CLFLUSH ordering on older parts +Subject: [PATCH 27/51] x86/amd: Work around CLFLUSH ordering on older parts On pre-CLFLUSHOPT AMD CPUs, CLFLUSH is weakely ordered with everything, including reads and writes to the address, and LFENCE/SFENCE instructions. |