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