Alexander Shishkin <[email protected]> writes: > +static inline int perf_errno(const struct perf_err_site *site) > +{ > + unsigned long err = site - __start___perf_err; > + > + trace_printk("[%ld] %s:%d, %d\n", err, site->file, site->line, > site->code);
I should mention that this trace_printk() was unintentional. Regards, -- Alex -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

