Fix some common inline bloat

2014-05-16 Thread Andi Kleen
It's very easy to bloat the kernel code significantly by adding code to commonly called inlines. Often these inlines start small, but later when new code is added they don't get moved out-of-line. I wrote a new tool to account for inline bloat. Addressing selected occurrences in the top-20 of my

Fix some common inline bloat

2014-05-16 Thread Andi Kleen
It's very easy to bloat the kernel code significantly by adding code to commonly called inlines. Often these inlines start small, but later when new code is added they don't get moved out-of-line. I wrote a new tool to account for inline bloat. Addressing selected occurrences in the top-20 of my