Re: [PATCH 2/3] hw_breakpoint: Simplify the "weight" usage in toggle_bp_slot() paths

2013-06-15 Thread Frederic Weisbecker
On Sat, Jun 01, 2013 at 09:46:06PM +0200, Oleg Nesterov wrote: > Change toggle_bp_slot() to make "weight" negative if !enable. This > way we can always use "+ weight" without additional "if (enable)" > check and toggle_bp_task_slot() no longer needs this arg. > > Signed-off-by: Oleg Nesterov Ack

[PATCH 2/3] hw_breakpoint: Simplify the "weight" usage in toggle_bp_slot() paths

2013-06-01 Thread Oleg Nesterov
Change toggle_bp_slot() to make "weight" negative if !enable. This way we can always use "+ weight" without additional "if (enable)" check and toggle_bp_task_slot() no longer needs this arg. Signed-off-by: Oleg Nesterov --- kernel/events/hw_breakpoint.c | 20 1 files chang