Re: add new code section for kernel code

From: saeed bishara
Date: Sun Apr 09 2006 - 05:54:16 EST


> I'd prefer not to paper over such bugs. Maybe the following patch will
> fix the decompressor for saeed?

yes, this patch fixed the problem.

>
> diff --git a/arch/arm/boot/compressed/vmlinux.lds.in b/arch/arm/boot/compressed/vmlinux.lds.in
> --- a/arch/arm/boot/compressed/vmlinux.lds.in
> +++ b/arch/arm/boot/compressed/vmlinux.lds.in
> @@ -18,6 +18,7 @@ SECTIONS
> _start = .;
> *(.start)
> *(.text)
> + *(.text.*)
> *(.fixup)
> *(.gnu.warning)
> *(.rodata)
>
>
> --
> Russell King
> Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
> maintainer of: 2.6 Serial core
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/