[ARM] Oprofile: dynamically allocate counter_config

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King
2006-03-16 11:32:51 +00:00
committed by Russell King
parent 93ad79496c
commit ae92dc9f7b
2 changed files with 10 additions and 3 deletions

View File

@ -24,6 +24,6 @@ struct op_counter_config {
unsigned long user;
};
extern struct op_counter_config counter_config[];
extern struct op_counter_config *counter_config;
#endif /* OP_COUNTER_H */