Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144991
b: refs/heads/master
c: b173f03
h: refs/heads/master
i:
  144989: 27480d2
  144987: 92ad7fa
  144983: 05b4c8b
  144975: f063a4b
  144959: 6b73fb7
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed May 15, 2009
1 parent a25176f commit b740203
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: 951c4df5b7703137bf4eee002d98d083fbc890cc
refs/heads/master: b173f03d7c48d3346541f26e0b29690dbadca279
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/cputable.c
Original file line number Diff line number Diff line change
Expand Up @@ -1836,7 +1836,7 @@ static void __init setup_cpu_spec(unsigned long offset, struct cpu_spec *s)
* and, in that case, keep the current value for
* oprofile_cpu_type.
*/
if (old.oprofile_cpu_type == NULL) {
if (old.oprofile_cpu_type != NULL) {
t->oprofile_cpu_type = old.oprofile_cpu_type;
t->oprofile_type = old.oprofile_type;
}
Expand Down

0 comments on commit b740203

Please sign in to comment.