Re: [PATCH] x86-64: clean up linker script

2008-01-14 Thread Ingo Molnar
* Jan Beulich <[EMAIL PROTECTED]> wrote: > Remove the dead .text.lock. Move _etext and __{start,stop}___ex_table > into their sections. thanks, applied. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More ma

[PATCH] x86-64: clean up linker script

2008-01-10 Thread Jan Beulich
Remove the dead .text.lock. Move _etext and __{start,stop}___ex_table into their sections. Signed-off-by: Jan Beulich <[EMAIL PROTECTED]> --- arch/x86/kernel/vmlinux_64.lds.S | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) --- linux-2.6.24-rc7/arch/x86/kernel/vmlinux_64.