[PATCH 27/38] tick-sched: remove 'regs' parameter of tick_sched_handle()

2014-04-14 Thread Viresh Kumar
tick_sched_handle() is called from two places and both pass 'regs' to it almost same way. This patch removes this parameter to tick_sched_handle() and updates tick_sched_handle() to get that by itself. The only point of difference in the way this routine was called from its callers was, don't

[PATCH 27/38] tick-sched: remove 'regs' parameter of tick_sched_handle()

2014-04-14 Thread Viresh Kumar
tick_sched_handle() is called from two places and both pass 'regs' to it almost same way. This patch removes this parameter to tick_sched_handle() and updates tick_sched_handle() to get that by itself. The only point of difference in the way this routine was called from its callers was, don't