On Sun, Jun 02, 2013 at 09:50:11PM +0200, Oleg Nesterov wrote: > 1. register_wide_hw_breakpoint() can use unregister_ if failure, > no need to duplicate the code. > > 2. "struct perf_event **pevent" adds the unnecesary lever of > indirection and complication, use per_cpu(*cpu_events, cpu). > > Signed-off-by: Oleg Nesterov <[email protected]>
Acked-by: Frederic Weisbecker <[email protected]> -- 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/

