include/asm-x86/topology.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -71,7 +71,7 @@ static inline int cpu_to_node(int cpu)
|
|||||||
#ifdef CONFIG_DEBUG_PER_CPU_MAPS
|
#ifdef CONFIG_DEBUG_PER_CPU_MAPS
|
||||||
if (x86_cpu_to_node_map_early_ptr) {
|
if (x86_cpu_to_node_map_early_ptr) {
|
||||||
printk("KERN_NOTICE cpu_to_node(%d): usage too early!\n",
|
printk("KERN_NOTICE cpu_to_node(%d): usage too early!\n",
|
||||||
(int)cpu);
|
(int)cpu);
|
||||||
dump_stack();
|
dump_stack();
|
||||||
return ((int *)x86_cpu_to_node_map_early_ptr)[cpu];
|
return ((int *)x86_cpu_to_node_map_early_ptr)[cpu];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user