Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140445
b: refs/heads/master
c: eb12ce6
h: refs/heads/master
i:
  140443: 12e010d
v: v3
  • Loading branch information
Tejun Heo authored and Ingo Molnar committed Apr 2, 2009
1 parent b4f41dd commit b92ba7e
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: 0f8f308925ebe0480bd9831d32963ee0b885e24b
refs/heads/master: eb12ce60c81826a99eadbc56401e08ceb37a0cc2
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/setup_percpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ static ssize_t __init setup_pcpu_remap(size_t static_size)
* If large page isn't supported, there's no benefit in doing
* this. Also, on non-NUMA, embedding is better.
*/
if (!cpu_has_pse || pcpu_need_numa())
if (!cpu_has_pse || !pcpu_need_numa())
return -EINVAL;

last = NULL;
Expand Down

0 comments on commit b92ba7e

Please sign in to comment.