From 6b22614944824e1609871a11b46d2b49a3f9571a Mon Sep 17 00:00:00 2001 From: Michael Sparmann Date: Tue, 16 Feb 2010 22:57:49 +0000 Subject: Hopefully fix Nano2G rolo again. We have enough IRAM anyways. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24710 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/s5l8700/mmu-target.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/target/arm/s5l8700/mmu-target.h b/firmware/target/arm/s5l8700/mmu-target.h index b0baa90037..e2515c0df0 100644 --- a/firmware/target/arm/s5l8700/mmu-target.h +++ b/firmware/target/arm/s5l8700/mmu-target.h @@ -27,15 +27,15 @@ #define MMU_S5L8700_H /* Cleans entire DCache */ -void clean_dcache(void); +void clean_dcache(void) ICODE_ATTR; /* Invalidate entire DCache */ /* will do writeback */ -void invalidate_dcache(void); +void invalidate_dcache(void) ICODE_ATTR; /* Invalidate entire ICache and DCache */ /* will do writeback */ -void invalidate_idcache(void); +void invalidate_idcache(void) ICODE_ATTR; #define HAVE_CPUCACHE_INVALIDATE #define HAVE_CPUCACHE_FLUSH -- cgit v1.2.3