Browse Source

oprofile: remove unused ibs macro

Signed-off-by: Robert Richter <robert.richter@amd.com>
Robert Richter 16 năm trước cách đây
mục cha
commit
f4ff236441
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      drivers/oprofile/cpu_buffer.c

+ 0 - 2
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)
 {