diff options
Diffstat (limited to 'drivers/oprofile/timer_int.c')
-rw-r--r-- | drivers/oprofile/timer_int.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/oprofile/timer_int.c b/drivers/oprofile/timer_int.c index 93404f72dfa8..61be1d9c16c8 100644 --- a/drivers/oprofile/timer_int.c +++ b/drivers/oprofile/timer_int.c | |||
@@ -74,8 +74,8 @@ static void oprofile_hrtimer_stop(void) | |||
74 | put_online_cpus(); | 74 | put_online_cpus(); |
75 | } | 75 | } |
76 | 76 | ||
77 | static int __cpuinit oprofile_cpu_notify(struct notifier_block *self, | 77 | static int oprofile_cpu_notify(struct notifier_block *self, |
78 | unsigned long action, void *hcpu) | 78 | unsigned long action, void *hcpu) |
79 | { | 79 | { |
80 | long cpu = (long) hcpu; | 80 | long cpu = (long) hcpu; |
81 | 81 | ||