diff options
author | Robert Richter <robert.richter@amd.com> | 2008-07-22 15:08:49 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-26 05:48:01 -0400 |
commit | dfa154289701ed315909b4e371a0381c52c8bdc9 (patch) | |
tree | 1242b9cdf879888166dd8d14bb76202254190123 /arch | |
parent | adf5ec0bca553b763a6b9baed2677a4c7470025b (diff) |
x86/oprofile: Minor changes in op_model_athlon.c
Signed-off-by: Robert Richter <robert.richter@amd.com>
Cc: oprofile-list <oprofile-list@lists.sourceforge.net>
Cc: Barry Kasindorf <barry.kasindorf@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/oprofile/op_model_athlon.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/oprofile/op_model_athlon.c b/arch/x86/oprofile/op_model_athlon.c index dd8b1dcd163b..d25d7f195036 100644 --- a/arch/x86/oprofile/op_model_athlon.c +++ b/arch/x86/oprofile/op_model_athlon.c | |||
@@ -45,6 +45,8 @@ | |||
45 | 45 | ||
46 | static unsigned long reset_value[NUM_COUNTERS]; | 46 | static unsigned long reset_value[NUM_COUNTERS]; |
47 | 47 | ||
48 | /* functions for op_athlon_spec */ | ||
49 | |||
48 | static void athlon_fill_in_addresses(struct op_msrs * const msrs) | 50 | static void athlon_fill_in_addresses(struct op_msrs * const msrs) |
49 | { | 51 | { |
50 | int i; | 52 | int i; |