[PATCH V2 03/19] tick: rearrange members of 'struct tick_sched'

2014-04-21 Thread Viresh Kumar
Rearrange members of 'struct tick_sched' to make it more readable. i.e. By keeping all ktime_t members together, similarly 'unsigned long' and 'int' as well. I couldn't figure out breaking any logical blocks here which we wanted to keep together. Change in footprints of this structure: For x86:

[PATCH V2 03/19] tick: rearrange members of 'struct tick_sched'

2014-04-21 Thread Viresh Kumar
Rearrange members of 'struct tick_sched' to make it more readable. i.e. By keeping all ktime_t members together, similarly 'unsigned long' and 'int' as well. I couldn't figure out breaking any logical blocks here which we wanted to keep together. Change in footprints of this structure: For x86: