|
@@ -10,18 +10,19 @@
|
|
|
#include <linux/oprofile.h>
|
|
|
#include <linux/init.h>
|
|
|
#include <linux/errno.h>
|
|
|
-
|
|
|
-/* We support CPUs that have performance counters like the Pentium Pro
|
|
|
+
|
|
|
+/*
|
|
|
+ * We support CPUs that have performance counters like the Pentium Pro
|
|
|
* with the NMI mode driver.
|
|
|
*/
|
|
|
-
|
|
|
-extern int op_nmi_init(struct oprofile_operations * ops);
|
|
|
-extern int op_nmi_timer_init(struct oprofile_operations * ops);
|
|
|
+
|
|
|
+extern int op_nmi_init(struct oprofile_operations *ops);
|
|
|
+extern int op_nmi_timer_init(struct oprofile_operations *ops);
|
|
|
extern void op_nmi_exit(void);
|
|
|
extern void x86_backtrace(struct pt_regs * const regs, unsigned int depth);
|
|
|
|
|
|
|
|
|
-int __init oprofile_arch_init(struct oprofile_operations * ops)
|
|
|
+int __init oprofile_arch_init(struct oprofile_operations *ops)
|
|
|
{
|
|
|
int ret;
|
|
|
|