diff options
author | Robert Richter <robert.richter@amd.com> | 2009-01-05 05:27:52 -0500 |
---|---|---|
committer | Robert Richter <robert.richter@amd.com> | 2009-01-07 11:06:16 -0500 |
commit | f4ff2364417f0092e49f6a3aa474549a56697f2d (patch) | |
tree | a22ba592e88e378a51770fc46f81bb7b2026d2a5 /drivers | |
parent | 8d15df84a42b140a8262a325b987a283ef9f5f63 (diff) |
oprofile: remove unused ibs macro
Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'drivers')
-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) | |||
309 | 309 | ||
310 | #ifdef CONFIG_OPROFILE_IBS | 310 | #ifdef CONFIG_OPROFILE_IBS |
311 | 311 | ||
312 | #define MAX_IBS_SAMPLE_SIZE 14 | ||
313 | |||
314 | void oprofile_add_ibs_sample(struct pt_regs * const regs, | 312 | void oprofile_add_ibs_sample(struct pt_regs * const regs, |
315 | unsigned int * const ibs_sample, int ibs_code) | 313 | unsigned int * const ibs_sample, int ibs_code) |
316 | { | 314 | { |