瀏覽代碼

oprofile: remove unused ibs macro

Signed-off-by: Robert Richter <robert.richter@amd.com>
Robert Richter 16 年之前
父節點
當前提交
f4ff236441
共有 1 個文件被更改,包括 0 次插入2 次删除
  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)
 {