4 * @remark Copyright 2004 Oprofile Authors
5 * @remark Read the file COPYING
7 * @author Zwane Mwaikambo
10 #include <linux/oprofile.h>
11 #include <linux/init.h>
12 #include <linux/errno.h>
13 #include "op_arm_model.h"
15 int __init
oprofile_arch_init(struct oprofile_operations
*ops
)
19 #ifdef CONFIG_CPU_XSCALE
20 ret
= pmu_init(ops
, &op_xscale_spec
);
26 void oprofile_arch_exit(void)
28 #ifdef CONFIG_CPU_XSCALE