summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--target-i386/helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/helper.c b/target-i386/helper.c
index 01b663f381..fd04430461 100644
--- a/target-i386/helper.c
+++ b/target-i386/helper.c
@@ -1307,7 +1307,7 @@ void helper_cpuid(void)
break;
case 1:
EAX = env->cpuid_version;
- EBX = 0;
+ EBX = 8 << 8; /* CLFLUSH size in quad words, Linux wants it. */
ECX = env->cpuid_ext_features;
EDX = env->cpuid_features;
break;