diff options
author | Robert Richter <robert.richter@amd.com> | 2009-01-05 13:27:52 +0300 |
---|---|---|
committer | Robert Richter <robert.richter@amd.com> | 2009-01-07 19:06:16 +0300 |
commit | f4ff2364417f0092e49f6a3aa474549a56697f2d (patch) | |
tree | a22ba592e88e378a51770fc46f81bb7b2026d2a5 /drivers/oprofile/cpu_buffer.c | |
parent | 8d15df84a42b140a8262a325b987a283ef9f5f63 (diff) | |
download | linux-f4ff2364417f0092e49f6a3aa474549a56697f2d.tar.xz |
oprofile: remove unused ibs macro
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/oprofile/cpu_buffer.c b/drivers/oprofile/cpu_buffer.c index b426ae8ad2e2..8ae37c9d0ec4 100644 --- a/drivers/oprofile/cpu_buffer.c +++ b/drivers/oprofile/cpu_buffer.c @@ -309,8 +309,6 @@ void oprofile_add_sample(struct pt_regs * const regs, unsigned long event) #ifdef CONFIG_OPROFILE_IBS -#define MAX_IBS_SAMPLE_SIZE 14 - void oprofile_add_ibs_sample(struct pt_regs * const regs, unsigned int * const ibs_sample, int ibs_code) { |