Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144570
b: refs/heads/master
c: 0203d6e
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed May 1, 2009
1 parent 46068f5 commit 1f7aea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 9d37a90f9c5271440c8f62b4adc71a726b4b86b6
refs/heads/master: 0203d6ec4e88062f20558fbed3cdff2af758a53b
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/kernel/cputable.c
Original file line number Diff line number Diff line change
Expand Up @@ -1837,8 +1837,8 @@ static void __init setup_cpu_spec(unsigned long offset, struct cpu_spec *s)
* oprofile_cpu_type.
*/
if (old.oprofile_cpu_type == NULL) {
t->oprofile_cpu_type = s->oprofile_cpu_type;
t->oprofile_type = s->oprofile_type;
t->oprofile_cpu_type = old.oprofile_cpu_type;
t->oprofile_type = old.oprofile_type;
}
}

Expand Down

0 comments on commit 1f7aea4

Please sign in to comment.