Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b89ebadc authored by Russell King's avatar Russell King
Browse files

ARM: Add final piece to fix XIP decompressor in read-only memory



This defines STATIC_RW_DATA, which prevents the read/write malloc
management data being declared with a static attribute.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 2d3b5fa3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ extern unsigned long free_mem_end_ptr;
extern void error(char *);

#define STATIC static
#define STATIC_RW_DATA	/* non-static please */

#define ARCH_HAS_DECOMP_WDOG