diff options
Diffstat (limited to 'arch/x86/oprofile')
-rw-r--r-- | arch/x86/oprofile/op_model_amd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/oprofile/op_model_amd.c b/arch/x86/oprofile/op_model_amd.c index fb67e1999d85..f71bd218b488 100644 --- a/arch/x86/oprofile/op_model_amd.c +++ b/arch/x86/oprofile/op_model_amd.c | |||
@@ -70,8 +70,8 @@ static unsigned long reset_value[NUM_COUNTERS]; | |||
70 | * data. Should then be added to linux/oprofile.h. | 70 | * data. Should then be added to linux/oprofile.h. |
71 | */ | 71 | */ |
72 | extern void | 72 | extern void |
73 | oprofile_add_ibs_sample(struct pt_regs *const regs, | 73 | oprofile_add_ibs_sample(struct pt_regs * const regs, |
74 | unsigned int *const ibs_sample, int ibs_code); | 74 | unsigned int * const ibs_sample, int ibs_code); |
75 | 75 | ||
76 | struct ibs_fetch_sample { | 76 | struct ibs_fetch_sample { |
77 | /* MSRC001_1031 IBS Fetch Linear Address Register */ | 77 | /* MSRC001_1031 IBS Fetch Linear Address Register */ |