[PATCH v2 0/3] optimization, clean-up about fair.c

2013-08-01 Thread Joonsoo Kim
Patch 1 is for removing one division operation with multiplication. Patch 2,3 is for clean-up related to load_balance(), there is improvement in terms of code size and readability may be also improved. Feel free to give a comment for this patchset. It's tested on v3.10. On v3.11-rc3, it can be

[PATCH v2 0/3] optimization, clean-up about fair.c

2013-08-01 Thread Joonsoo Kim
Patch 1 is for removing one division operation with multiplication. Patch 2,3 is for clean-up related to load_balance(), there is improvement in terms of code size and readability may be also improved. Feel free to give a comment for this patchset. It's tested on v3.10. On v3.11-rc3, it can be