commit | 5edddaab1d5d6143c23fef119a24ea768915681a | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Jan 09 15:36:46 2011 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 09 15:36:46 2011 -0800 |
tree | 6bec94f1037240d9147eae502f671e6e8ccad23a | |
parent | 0c21e3aaf6ae85bee804a325aa29c325209180fd [diff] |
sparc64: Fix bootup regression due to perf init ordering. Commit 004417a6d468e24399e383645c068b498eed84ad ("perf, arch: Cleanup perf-pmu init vs lockup-detector") move the perf events init to be an early_initcall. But this won't work properly unless the dependencies for this code initialize beforehand. Fix it by making cpu_type_probe and pcr_arch_init be an early_initcall as well. Reported-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>