diff src/cpu/x86/vm/vm_version_x86.hpp @ 4137:04b9a2566eec

Merge with hsx23/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 17 Dec 2011 21:40:27 +0100
parents fe189d4a44e9 9f12ede5571a
children 33df1aeaebbf
line wrap: on
line diff
--- a/src/cpu/x86/vm/vm_version_x86.hpp	Sat Dec 17 20:50:09 2011 +0100
+++ b/src/cpu/x86/vm/vm_version_x86.hpp	Sat Dec 17 21:40:27 2011 +0100
@@ -91,7 +91,9 @@
                cmpxchg8 : 1,
                         : 6,
                cmov     : 1,
-                        : 7,
+                        : 3,
+               clflush  : 1,
+                        : 3,
                mmx      : 1,
                fxsr     : 1,
                sse      : 1,
@@ -417,7 +419,7 @@
     return result;
   }
 
-  static intx L1_data_cache_line_size()  {
+  static intx prefetch_data_size()  {
     intx result = 0;
     if (is_intel()) {
       result = (_cpuid_info.dcp_cpuid4_ebx.bits.L1_line_size + 1);