src/cpu/mips/vm/vm_version_mips.cpp

changeset 8019
3fb3ceb7398f
parent 8017
0b9f05e89eae
child 9150
f7b3bf895d68
     1.1 --- a/src/cpu/mips/vm/vm_version_mips.cpp	Thu Dec 07 16:21:29 2017 +0800
     1.2 +++ b/src/cpu/mips/vm/vm_version_mips.cpp	Tue Dec 12 10:30:27 2017 +0800
     1.3 @@ -141,6 +141,18 @@
     1.4      FLAG_SET_DEFAULT(Use3A2000, 0);
     1.5    }
     1.6  
     1.7 +  if (is_gs464()) {
     1.8 +    if (FLAG_IS_DEFAULT(UseSyncLevel)) {
     1.9 +      FLAG_SET_DEFAULT(UseSyncLevel, 1000);
    1.10 +    }
    1.11 +  }
    1.12 +
    1.13 +  if (is_gs464e()) {
    1.14 +    if (FLAG_IS_DEFAULT(UseSyncLevel)) {
    1.15 +      FLAG_SET_DEFAULT(UseSyncLevel, 2000);
    1.16 +    }
    1.17 +  }
    1.18 +
    1.19    if (TieredCompilation) {
    1.20      if (!FLAG_IS_DEFAULT(TieredCompilation))
    1.21        warning("TieredCompilation not supported");

mercurial