X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Fx86%2Foprofile%2Finit.c;h=cdfe4c54decac05e4943a00e27803f78898b6419;hb=40779859de0f73b40390c6401a024d06cf024290;hp=5341d481d92fb789e4432abc69eb14fbc268036a;hpb=1ef3e36251e4edc77a48967d015a87ca3c4283ea;p=~andy%2Flinux diff --git a/arch/x86/oprofile/init.c b/arch/x86/oprofile/init.c index 5341d481d92..cdfe4c54dec 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;