oprofile: remove unused ibs macro
authorRobert Richter <robert.richter@amd.com>
Mon, 5 Jan 2009 10:27:52 +0000 (11:27 +0100)
committerRobert Richter <robert.richter@amd.com>
Wed, 7 Jan 2009 16:06:16 +0000 (17:06 +0100)
Signed-off-by: Robert Richter <robert.richter@amd.com>
drivers/oprofile/cpu_buffer.c

index b426ae8..8ae37c9 100644 (file)
@@ -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)
 {