Re: [PATCH 17/20] inflate: mark some arrays as initdata

From: Russell King
Date: Mon Oct 31 2005 - 17:43:27 EST


On Mon, Oct 31, 2005 at 02:54:51PM -0600, Matt Mackall wrote:
> inflate: mark some arrays as INITDATA and define it in in-core callers

This breaks ARM. Our decompressor has some rather odd requirements
due to the way we support PIC - it's PIC text with fixed data.

This means that all fixed initialised data must be "const" or initialised
by code. This patch breaks that assertion.

--
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/