diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-11 19:32:20 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-11 19:32:20 -0500 |
commit | fb7b5a956992fdc53d0b9c8ea29b51b92839dc1b (patch) | |
tree | c54022cad761358de7488d7a46bab2fa2139343f /arch/sparc/kernel/cpu.c | |
parent | 5a62f995446be44811fefa48f91f9efb7ea172d7 (diff) | |
parent | 5edddaab1d5d6143c23fef119a24ea768915681a (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
sparc64: Fix bootup regression due to perf init ordering.
Diffstat (limited to 'arch/sparc/kernel/cpu.c')
-rw-r--r-- | arch/sparc/kernel/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/cpu.c b/arch/sparc/kernel/cpu.c index e447938d39cf..0dc714fa23d8 100644 --- a/arch/sparc/kernel/cpu.c +++ b/arch/sparc/kernel/cpu.c | |||
@@ -375,5 +375,5 @@ static int __init cpu_type_probe(void) | |||
375 | return 0; | 375 | return 0; |
376 | } | 376 | } |
377 | 377 | ||
378 | arch_initcall(cpu_type_probe); | 378 | early_initcall(cpu_type_probe); |
379 | #endif | 379 | #endif |