src/cpu/mips/vm/vm_version_mips.cpp

changeset 8019
3fb3ceb7398f
parent 8017
0b9f05e89eae
child 9150
f7b3bf895d68
equal deleted inserted replaced
8018:7763e0b50e20 8019:3fb3ceb7398f
137 } 137 }
138 } else if (Use3A2000) { 138 } else if (Use3A2000) {
139 if (!FLAG_IS_DEFAULT(Use3A2000)) 139 if (!FLAG_IS_DEFAULT(Use3A2000))
140 warning("Only 3A2000/3000 CPUs support this option"); 140 warning("Only 3A2000/3000 CPUs support this option");
141 FLAG_SET_DEFAULT(Use3A2000, 0); 141 FLAG_SET_DEFAULT(Use3A2000, 0);
142 }
143
144 if (is_gs464()) {
145 if (FLAG_IS_DEFAULT(UseSyncLevel)) {
146 FLAG_SET_DEFAULT(UseSyncLevel, 1000);
147 }
148 }
149
150 if (is_gs464e()) {
151 if (FLAG_IS_DEFAULT(UseSyncLevel)) {
152 FLAG_SET_DEFAULT(UseSyncLevel, 2000);
153 }
142 } 154 }
143 155
144 if (TieredCompilation) { 156 if (TieredCompilation) {
145 if (!FLAG_IS_DEFAULT(TieredCompilation)) 157 if (!FLAG_IS_DEFAULT(TieredCompilation))
146 warning("TieredCompilation not supported"); 158 warning("TieredCompilation not supported");

mercurial