On 01/20/2011 02:01 AM, Deng-Cheng Zhu wrote:
2011/1/7 David Daney<ddaney@xxxxxxxxxxxxxxxxxx>:@@ -1034,5 +1560,3 @@ init_hw_perf_events(void) return 0; } arch_initcall(init_hw_perf_events); - -#endif /* defined(CONFIG_CPU_MIPS32)... */arch_initcall should be now early_initcall.
Yes, with my current patch set, it is as you indicate. I will try to send a new patch set later today. David Daney