From cf5cfe8da84f2d3eb4e0b3161baa53ff487de45d Mon Sep 17 00:00:00 2001 From: jljusten Date: Mon, 13 Aug 2012 15:38:55 +0000 Subject: OvmfPkg: sync FADT with QEMU: cleanup FLUSH_SIZE / FLUSH_STRIDE Since WBINVD is supported, clear ignored FLUSH_SIZE and FLUSH_STRIDE. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek Reviewed-by: Jordan Justen git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13613 6f19259b-4bc3-4df7-8a09-765794883524 --- OvmfPkg/AcpiTables/Platform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OvmfPkg/AcpiTables/Platform.h') diff --git a/OvmfPkg/AcpiTables/Platform.h b/OvmfPkg/AcpiTables/Platform.h index 6d1da7e25d..e6a23e59cc 100644 --- a/OvmfPkg/AcpiTables/Platform.h +++ b/OvmfPkg/AcpiTables/Platform.h @@ -51,8 +51,8 @@ #define RESERVED 0x00 #define P_LVL2_LAT 0x0065 #define P_LVL3_LAT 0x03E9 -#define FLUSH_SIZE 0x0400 -#define FLUSH_STRIDE 0x0010 +#define FLUSH_SIZE 0x0000 +#define FLUSH_STRIDE 0x0000 #define DUTY_OFFSET 0x00 #define DUTY_WIDTH 0x00 #define DAY_ALRM 0x0D -- cgit v1.2.3