diff options
| author | 2011-12-18 10:35:16 +0100 | |
|---|---|---|
| committer | 2011-12-18 10:35:16 +0100 | |
| commit | 6e5ed276374c329b93a968d640f4d26c8c05411b (patch) | |
| tree | 3b0d42269f0f52ea7764511de3a58b01d12bcb23 /drivers/oprofile/timer_int.c | |
| parent | x86/mrst: Add additional debug prints for pb_keys (diff) | |
| parent | Linux 3.2-rc6 (diff) | |
| download | wireguard-linux-6e5ed276374c329b93a968d640f4d26c8c05411b.tar.xz wireguard-linux-6e5ed276374c329b93a968d640f4d26c8c05411b.zip | |
Merge commit 'v3.2-rc6' into x86/platform
Diffstat (limited to 'drivers/oprofile/timer_int.c')
| -rw-r--r-- | drivers/oprofile/timer_int.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/oprofile/timer_int.c b/drivers/oprofile/timer_int.c index 3ef44624f510..878fba126582 100644 --- a/drivers/oprofile/timer_int.c +++ b/drivers/oprofile/timer_int.c @@ -110,6 +110,7 @@ int oprofile_timer_init(struct oprofile_operations *ops) ops->start = oprofile_hrtimer_start; ops->stop = oprofile_hrtimer_stop; ops->cpu_type = "timer"; + printk(KERN_INFO "oprofile: using timer interrupt.\n"); return 0; } |
