x86: clean up k8topology.c
This patch fixes all errors pointed out by checkpatch.pl. errors lines of code errors/KLOC arch/x86/mm/k8topology_64.c (before) 72 185 389.1 arch/x86/mm/k8topology_64.c (after) 0 185 0 No code changed. text data bss dec hex filename 1506 0 0 1506 5e2 k8topology_64.o.after 1506 0 0 1506 5e2 k8topology_64.o.before md5sum: f9f48331a7eca4fc60d2a03369dc5f53 k8topology_64.o.after f9f48331a7eca4fc60d2a03369dc5f53 k8topology_64.o.before Signed-off-by: Carlos R. Mafra <crmafra@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
committed by
Ingo Molnar
parent
ff8a03a623
commit
3aa88cdf6b
@@ -92,8 +92,8 @@ int __init k8_scan_nodes(unsigned long start, unsigned long end)
|
||||
}
|
||||
|
||||
if (!limit) {
|
||||
printk(KERN_INFO "Skipping node entry %d (base %lx)\n", i,
|
||||
base);
|
||||
printk(KERN_INFO "Skipping node entry %d (base %lx)\n",
|
||||
i, base);
|
||||
continue;
|
||||
}
|
||||
if ((base >> 8) & 3 || (limit >> 8) & 3) {
|
||||
|
Reference in New Issue
Block a user