diff --git a/include/linux/oprofile.h b/include/linux/oprofile.h index 5231861f357de5e3b2015ac4d8ca1d0badfefa70..1ce9fe572e514ef60a985d1ea050c36f48edb21b 100644 --- a/include/linux/oprofile.h +++ b/include/linux/oprofile.h @@ -86,8 +86,7 @@ int oprofile_arch_init(struct oprofile_operations * ops); void oprofile_arch_exit(void); /** - * Add a sample. This may be called from any context. Pass - * smp_processor_id() as cpu. + * Add a sample. This may be called from any context. */ void oprofile_add_sample(struct pt_regs * const regs, unsigned long event);