Fix spelling.
Reported by: lidl MFC after: 1 month
This commit is contained in:
parent
749885aa20
commit
32c48d07c6
@ -197,8 +197,8 @@ cpuinfo_init(void)
|
||||
cpuinfo.icache_line_mask = cpuinfo.icache_line_size - 1;
|
||||
|
||||
/* Fill AT_HWCAP bits. */
|
||||
elf_hwcap |= HWCAP_HALF | HWCAP_FAST_MULT; /* Requierd for all CPUs */
|
||||
elf_hwcap |= HWCAP_TLS | HWCAP_EDSP; /* Requierd for v6+ CPUs */
|
||||
elf_hwcap |= HWCAP_HALF | HWCAP_FAST_MULT; /* Required for all CPUs */
|
||||
elf_hwcap |= HWCAP_TLS | HWCAP_EDSP; /* Required for v6+ CPUs */
|
||||
|
||||
tmp = (cpuinfo.id_isar0 >> 24) & 0xF; /* Divide_instrs */
|
||||
if (tmp >= 1)
|
||||
|
Loading…
Reference in New Issue
Block a user