|
@@ -1378,7 +1378,7 @@ sys_nanosleep(struct timespec __user *rqtp, struct timespec __user *rmtp)
|
|
/*
|
|
/*
|
|
* Functions related to boot-time initialization:
|
|
* Functions related to boot-time initialization:
|
|
*/
|
|
*/
|
|
-static void __devinit init_hrtimers_cpu(int cpu)
|
|
|
|
|
|
+static void __cpuinit init_hrtimers_cpu(int cpu)
|
|
{
|
|
{
|
|
struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu);
|
|
struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu);
|
|
int i;
|
|
int i;
|