Re: [PATCH] ehca_irq: Misc cpuinit section annotations and #ifdef cleanups

2007-09-12 Thread Joachim Fenkes
On Thursday 23 August 2007 01:28, Satyam Sharma wrote: > > * Replace {un}register_cpu_notifier with {un}register_hotcpu_notifier > thereby losing a couple of #ifdef HOTPLUG_CPU pairs. > * Move comp_pool_callback_nb declaration to below that of callback > function so that initialization of .not

[PATCH] ehca_irq: Misc cpuinit section annotations and #ifdef cleanups

2007-08-22 Thread Satyam Sharma
* Replace {un}register_cpu_notifier with {un}register_hotcpu_notifier thereby losing a couple of #ifdef HOTPLUG_CPU pairs. * Move comp_pool_callback_nb declaration to below that of callback function so that initialization of .notifier_call and .priority can occur at build time itself and not