Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212873
b: refs/heads/master
c: f56029b
h: refs/heads/master
i:
  212871: 9ebe54a
v: v3
  • Loading branch information
Nishanth Aravamudan authored and Benjamin Herrenschmidt committed Oct 13, 2010
1 parent b281503 commit 3bd166d
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: bc0df9ec4c014dac85c0358f56be4223bf0f3334
refs/heads/master: f56029b5eafda6175be4e5c91ca69c04ccda3661
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/pseries/xics.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ static int get_irq_server(unsigned int virq, const struct cpumask *cpumask,
if (!distribute_irqs)
return default_server;

if (!cpumask_equal(cpumask, cpu_all_mask)) {
if (!cpumask_subset(cpu_possible_mask, cpumask)) {
int server = cpumask_first_and(cpu_online_mask, cpumask);

if (server < nr_cpu_ids)
Expand Down

0 comments on commit 3bd166d

Please sign in to comment.