Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89036
b: refs/heads/master
c: 5d7d03b
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Ingo Molnar committed Apr 17, 2008
1 parent 04a960a commit c69ffa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 94cf8de0a0aff39c7b7785af4fc938ecacb79b7c
refs/heads/master: 5d7d03b81af05f3c291b5c6be621a2b53d187e09
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static inline int cpu_to_node(int cpu)
#ifdef CONFIG_DEBUG_PER_CPU_MAPS
if (x86_cpu_to_node_map_early_ptr) {
printk("KERN_NOTICE cpu_to_node(%d): usage too early!\n",
(int)cpu);
(int)cpu);
dump_stack();
return ((int *)x86_cpu_to_node_map_early_ptr)[cpu];
}
Expand Down

0 comments on commit c69ffa4

Please sign in to comment.