aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/oprofile/oprof.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/oprofile/oprof.c')
-rw-r--r--drivers/oprofile/oprof.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/oprofile/oprof.c b/drivers/oprofile/oprof.c
index 2b33de716412..fa6cccd87cf8 100644
--- a/drivers/oprofile/oprof.c
+++ b/drivers/oprofile/oprof.c
@@ -33,7 +33,6 @@ static DEFINE_MUTEX(start_mutex);
33 33
34static void switch_worker(struct work_struct *work); 34static void switch_worker(struct work_struct *work);
35static DECLARE_DELAYED_WORK(switch_work, switch_worker); 35static DECLARE_DELAYED_WORK(switch_work, switch_worker);
36#define TIME_SLICE_DEFAULT 1
37 36
38#endif 37#endif
39 38
@@ -248,23 +247,10 @@ out:
248 return err; 247 return err;
249} 248}
250 249
251#ifdef CONFIG_OPROFILE_EVENT_MULTIPLEX
252
253static void __init oprofile_multiplexing_init(void)
254{
255 oprofile_time_slice = msecs_to_jiffies(TIME_SLICE_DEFAULT);
256}
257
258#endif
259
260static int __init oprofile_init(void) 250static int __init oprofile_init(void)
261{ 251{
262 int err; 252 int err;
263 253
264#ifdef CONFIG_OPROFILE_EVENT_MULTIPLEX
265 oprofile_multiplexing_init();
266#endif
267
268 err = oprofile_arch_init(&oprofile_ops); 254 err = oprofile_arch_init(&oprofile_ops);
269 255
270 if (err < 0 || timer) { 256 if (err < 0 || timer) {