Skip to content

Commit c75f7f2

Browse files
author
duke
committed
Automatic merge of jdk:master into master
2 parents 5771e6b + 2c8f4e2 commit c75f7f2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/hotspot/cpu/aarch64/vm_version_aarch64.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,6 @@ void VM_Version::initialize() {
181181
}
182182

183183
if (_cpu == CPU_ARM && (_model == 0xd07 || _model2 == 0xd07)) _features |= CPU_STXR_PREFETCH;
184-
// If an olde style /proc/cpuinfo (cores == 1) then if _model is an A57 (0xd07)
185-
// we assume the worst and assume we could be on a big little system and have
186-
// undisclosed A53 cores which we could be swapped to at any stage
187-
if (_cpu == CPU_ARM && os::processor_count() == 1 && _model == 0xd07) _features |= CPU_A53MAC;
188184

189185
char buf[512];
190186
sprintf(buf, "0x%02x:0x%x:0x%03x:%d", _cpu, _variant, _model, _revision);

0 commit comments

Comments
 (0)