Loading arch/arm64/kernel/setup.c +1 −1 Original line number Diff line number Diff line Loading @@ -404,7 +404,7 @@ static int c_show(struct seq_file *m, void *v) seq_printf(m, "Processor\t: %s rev %d (%s)\n", cpu_name, read_cpuid_id() & 15, ELF_PLATFORM); for_each_online_cpu(i) { for_each_present_cpu(i) { /* * glibc reads /proc/cpuinfo to determine the number of * online processors, looking for lines beginning with Loading Loading
arch/arm64/kernel/setup.c +1 −1 Original line number Diff line number Diff line Loading @@ -404,7 +404,7 @@ static int c_show(struct seq_file *m, void *v) seq_printf(m, "Processor\t: %s rev %d (%s)\n", cpu_name, read_cpuid_id() & 15, ELF_PLATFORM); for_each_online_cpu(i) { for_each_present_cpu(i) { /* * glibc reads /proc/cpuinfo to determine the number of * online processors, looking for lines beginning with Loading