X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Foprofile%2Finit.c;h=cdfe4c54decac05e4943a00e27803f78898b6419;hb=358c323c17ac527b82c6333db6a485112c21ab0d;hp=5341d481d92fb789e4432abc69eb14fbc268036a;hpb=c634920abaf9c0a93266a57beff6fce9d3852cb2;p=linux-2.6 diff --git a/arch/x86/oprofile/init.c b/arch/x86/oprofile/init.c index 5341d481d9..cdfe4c54de 100644 --- a/arch/x86/oprofile/init.c +++ b/arch/x86/oprofile/init.c @@ -10,18 +10,19 @@ #include #include #include - -/* 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;