ARM: Add final piece to fix XIP decompressor in read-only memory
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 15 Mar 2010 14:29:22 +0000 (14:29 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 15 Mar 2010 14:29:22 +0000 (14:29 +0000)
This defines STATIC_RW_DATA, which prevents the read/write malloc
management data being declared with a static attribute.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found