Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178173
b: refs/heads/master
c: f04b10c
h: refs/heads/master
i:
  178171: 66ffab7
v: v3
  • Loading branch information
Yang Li authored and Benjamin Herrenschmidt committed Dec 18, 2009
1 parent b324919 commit b598e33
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: 5c3399198791f7f828eb9fd504dbb46eef3cb472
refs/heads/master: f04b10cddb0fbceadbad7af38c31543298948d8f
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/mm/mmu_context_nohash.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ static int __cpuinit mmu_context_cpu_notify(struct notifier_block *self,
read_lock(&tasklist_lock);
for_each_process(p) {
if (p->mm)
cpu_mask_clear_cpu(cpu, mm_cpumask(p->mm));
cpumask_clear_cpu(cpu, mm_cpumask(p->mm));
}
read_unlock(&tasklist_lock);
break;
Expand Down

0 comments on commit b598e33

Please sign in to comment.