Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57891
b: refs/heads/master
c: c5f226c
h: refs/heads/master
i:
  57889: 1f7e2a2
  57887: d65249b
v: v3
  • Loading branch information
Tony Breeds authored and Paul Mackerras committed Jun 20, 2007
1 parent cbac5c8 commit db9c748
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ba4ace39fdfe22268daca9f28c5df384ae462cf
refs/heads/master: c5f226c7e95bf318879fb6ae02fc0dfb0f6d408c
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/platforms/powermac/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,9 @@ static int initializing = 1;

static int pmac_late_init(void)
{
if (!machine_is(powermac))
return -ENODEV;

initializing = 0;
/* this is udbg (which is __init) and we can later use it during
* cpu hotplug (in smp_core99_kick_cpu) */
Expand Down

0 comments on commit db9c748

Please sign in to comment.