Skip to content

Commit

Permalink
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Browse files Browse the repository at this point in the history
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
  sparc64: Fix bootup regression due to perf init ordering.
  • Loading branch information
Linus Torvalds committed Jan 12, 2011
2 parents 5a62f99 + 5edddaa commit fb7b5a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/sparc/kernel/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -375,5 +375,5 @@ static int __init cpu_type_probe(void)
return 0;
}

arch_initcall(cpu_type_probe);
early_initcall(cpu_type_probe);
#endif
2 changes: 1 addition & 1 deletion arch/sparc/kernel/pcr.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ int __init pcr_arch_init(void)
return err;
}

arch_initcall(pcr_arch_init);
early_initcall(pcr_arch_init);

0 comments on commit fb7b5a9

Please sign in to comment.