CPU (Linux): make "Hardware :" arm specific

This commit is contained in:
Carter Li
2024-08-22 09:29:26 +08:00
parent e66a83a4cf
commit 17deaf963e
-2
View File
@@ -176,8 +176,6 @@ static const char* parseCpuInfo(
#if __arm__ || __aarch64__
(cpuImplementer->length == 0 && ffParsePropLine(line, "CPU implementer :", cpuImplementer)) ||
#endif
#if __ANDROID__
(cpu->name.length == 0 && ffParsePropLine(line, "Hardware :", &cpu->name)) || //For Android devices
#endif
#if __powerpc__ || __powerpc