Re: hrtimer.c devinit vs. cpuinit

2008-01-15 Thread Sam Ravnborg
On Tue, Jan 15, 2008 at 01:30:10AM +0100, Johannes Berg wrote: > Hi, > > Looking through hrtimer.c I noticed > > static void __devinit init_hrtimers_cpu(int cpu) > > static int __cpuinit hrtimer_cpu_notify(struct notifier_block *self, > unsigned long

hrtimer.c devinit vs. cpuinit

2008-01-15 Thread Johannes Berg
Hi, Looking through hrtimer.c I noticed static void __devinit init_hrtimers_cpu(int cpu) static int __cpuinit hrtimer_cpu_notify(struct notifier_block *self, unsigned long action, void *hcpu) Couldn't the first be __cpuinit as well? johannes

Re: hrtimer.c devinit vs. cpuinit

2008-01-15 Thread Sam Ravnborg
On Tue, Jan 15, 2008 at 01:30:10AM +0100, Johannes Berg wrote: Hi, Looking through hrtimer.c I noticed static void __devinit init_hrtimers_cpu(int cpu) static int __cpuinit hrtimer_cpu_notify(struct notifier_block *self, unsigned long action, void

hrtimer.c devinit vs. cpuinit

2008-01-15 Thread Johannes Berg
Hi, Looking through hrtimer.c I noticed static void __devinit init_hrtimers_cpu(int cpu) static int __cpuinit hrtimer_cpu_notify(struct notifier_block *self, unsigned long action, void *hcpu) Couldn't the first be __cpuinit as well? johannes