Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232967
b: refs/heads/master
c: af9eef3
h: refs/heads/master
i:
  232965: e15d249
  232963: 88f69db
  232959: 6465b49
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Feb 7, 2011
1 parent 2c15ace commit 90251ad
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: b51cbd41a3f05fb374420dac003deb401a7cd137
refs/heads/master: af9eef3c7b1ed004c378c89b87642f4937337d50
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/kernel/cputable.c
Original file line number Diff line number Diff line change
Expand Up @@ -2076,8 +2076,8 @@ static void __init setup_cpu_spec(unsigned long offset, struct cpu_spec *s)
* pointer on ppc64 and booke as we are running at 0 in real mode
* on ppc64 and reloc_offset is always 0 on booke.
*/
if (s->cpu_setup) {
s->cpu_setup(offset, s);
if (t->cpu_setup) {
t->cpu_setup(offset, t);
}
#endif /* CONFIG_PPC64 || CONFIG_BOOKE */
}
Expand Down

0 comments on commit 90251ad

Please sign in to comment.