Re: [PATCH 9/10] provide __parainstructions section

2008-01-18 Thread Jeremy Fitzhardinge
Sam Ravnborg wrote: Are we going to see this for other archs than just x86? If so then please add this to include/asm-generic/vmlinux.lds.h In theory other architectures could use a similar mechanism, but for now its x86 specific. J -- To unsubscribe from this list: send the line "unsu

Re: [PATCH 9/10] provide __parainstructions section

2008-01-18 Thread Sam Ravnborg
On Fri, Jan 18, 2008 at 03:20:24PM -0200, Glauber de Oliveira Costa wrote: > This patch adds the __parainstructions section to vmlinux.lds.S. > It's needed for the patching system. > > Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> > --- > arch/x86/kernel/vmlinux_64.lds.S |8 +++

[PATCH 9/10] provide __parainstructions section

2008-01-18 Thread Glauber de Oliveira Costa
This patch adds the __parainstructions section to vmlinux.lds.S. It's needed for the patching system. Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> --- arch/x86/kernel/vmlinux_64.lds.S |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/x86/kernel/v