Re: [PATCH] kbuild: Fix .text.unlikely placement

2015-08-20 Thread Michal Marek
On 2015-07-20 03:01, Andi Kleen wrote: > From: Andi Kleen > > When building a kernel with .text.unlikely text the unlikely text for > each translation unit was put next to the main .text code in the > final vmlinux. > > The problem is that the linker doesn't allow more specific submatches > of a

[PATCH] kbuild: Fix .text.unlikely placement

2015-07-19 Thread Andi Kleen
From: Andi Kleen When building a kernel with .text.unlikely text the unlikely text for each translation unit was put next to the main .text code in the final vmlinux. The problem is that the linker doesn't allow more specific submatches of a section name in a different linker script statement af