--- zzzz-none-000/linux-2.6.19.2/arch/arm/oprofile/op_arm_model.h 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/arch/arm/oprofile/op_arm_model.h 2007-01-11 07:38:19.000000000 +0000 @@ -24,6 +24,10 @@ extern struct op_arm_model_spec op_xscale_spec; #endif +#ifdef CONFIG_CPU_V6 +extern struct op_arm_model_spec op_arm11_spec; +#endif + extern void arm_backtrace(struct pt_regs * const regs, unsigned int depth); extern int __init op_arm_init(struct oprofile_operations *ops, struct op_arm_model_spec *spec);