]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg: sync FADT with QEMU: cleanup FLUSH_SIZE / FLUSH_STRIDE
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 13 Aug 2012 15:38:55 +0000 (15:38 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 13 Aug 2012 15:38:55 +0000 (15:38 +0000)
Since WBINVD is supported, clear ignored FLUSH_SIZE and FLUSH_STRIDE.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13613 6f19259b-4bc3-4df7-8a09-765794883524

OvmfPkg/AcpiTables/Platform.h

index 6d1da7e25dbfc4976e8bd59cbca42234d958268a..e6a23e59cc2bb4a5b12f4c11cf29e958824a4cf1 100644 (file)
@@ -51,8 +51,8 @@
 #define RESERVED        0x00\r
 #define P_LVL2_LAT      0x0065\r
 #define P_LVL3_LAT      0x03E9\r
-#define FLUSH_SIZE      0x0400\r
-#define FLUSH_STRIDE    0x0010\r
+#define FLUSH_SIZE      0x0000\r
+#define FLUSH_STRIDE    0x0000\r
 #define DUTY_OFFSET     0x00\r
 #define DUTY_WIDTH      0x00\r
 #define DAY_ALRM        0x0D\r