src/cpu/x86/vm/icache_x86.hpp

changeset 2984
6ae7a1561b53
parent 2314
f95d63e2154a
child 6876
710a3c8b516e
     1.1 --- a/src/cpu/x86/vm/icache_x86.hpp	Tue Jun 28 14:30:27 2011 -0700
     1.2 +++ b/src/cpu/x86/vm/icache_x86.hpp	Tue Jun 28 15:04:39 2011 -0700
     1.3 @@ -43,8 +43,8 @@
     1.4  #ifdef AMD64
     1.5    enum {
     1.6      stub_size      = 64, // Size of the icache flush stub in bytes
     1.7 -    line_size      = 32, // Icache line size in bytes
     1.8 -    log2_line_size = 5   // log2(line_size)
     1.9 +    line_size      = 64, // Icache line size in bytes
    1.10 +    log2_line_size = 6   // log2(line_size)
    1.11    };
    1.12  
    1.13    // Use default implementation

mercurial