diff options
author | Robert Richter <[email protected]> | 2008-07-22 21:08:49 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2008-07-26 11:48:01 +0200 |
commit | dfa154289701ed315909b4e371a0381c52c8bdc9 (patch) | |
tree | 1242b9cdf879888166dd8d14bb76202254190123 | |
parent | adf5ec0bca553b763a6b9baed2677a4c7470025b (diff) |
x86/oprofile: Minor changes in op_model_athlon.c
Signed-off-by: Robert Richter <[email protected]>
Cc: oprofile-list <[email protected]>
Cc: Barry Kasindorf <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
-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 @@ static unsigned long reset_value[NUM_COUNTERS]; +/* functions for op_athlon_spec */ + static void athlon_fill_in_addresses(struct op_msrs * const msrs) { int i; |