diff options
author | Robert Richter <robert.richter@amd.com> | 2009-01-07 00:20:57 +0100 |
---|---|---|
committer | Robert Richter <robert.richter@amd.com> | 2009-01-07 22:47:56 +0100 |
commit | ebf8d974e298018f0b4ee02b1b097bf5500d3d27 (patch) | |
tree | 84cdfc122513336bfda25be03d85518642b2f924 /drivers/oprofile/cpu_buffer.c | |
parent | 465634adc1d09b490c8ee31885575be39d375d53 (diff) | |
download | kernel-crypto-ebf8d974e298018f0b4ee02b1b097bf5500d3d27.tar.gz kernel-crypto-ebf8d974e298018f0b4ee02b1b097bf5500d3d27.tar.xz kernel-crypto-ebf8d974e298018f0b4ee02b1b097bf5500d3d27.zip |
oprofile: remove #ifdef CONFIG_OPROFILE_IBS in non-ibs code
The ifdefs can be removed since the code is no longer ibs specific and
can be used for other purposes as well. IBS specific code is only in
op_model_amd.c.
Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'drivers/oprofile/cpu_buffer.c')
-rw-r--r-- | drivers/oprofile/cpu_buffer.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/oprofile/cpu_buffer.c b/drivers/oprofile/cpu_buffer.c index ddba9d01f09..b846af632c8 100644 --- a/drivers/oprofile/cpu_buffer.c +++ b/drivers/oprofile/cpu_buffer.c @@ -361,8 +361,6 @@ void oprofile_add_sample(struct pt_regs * const regs, unsigned long event) __oprofile_add_ext_sample(pc, regs, event, is_kernel); } -#ifdef CONFIG_OPROFILE_IBS - /* * Add samples with data to the ring buffer. * @@ -397,8 +395,6 @@ fail: cpu_buf->sample_lost_overflow++; } -#endif - void oprofile_add_pc(unsigned long pc, int is_kernel, unsigned long event) { struct oprofile_cpu_buffer *cpu_buf = &__get_cpu_var(cpu_buffer); |