diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-03-04 19:36:51 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:30:53 +0100 |
commit | 77c728c2240a1eb45f7d355f5d87ecc319cd55ce (patch) | |
tree | 5e8abf2eceba4beaaca4aefa875be96aecb649b4 /arch/mips/mm | |
parent | 5eaf7a21be3f7f81573cf26541b8f9cc786fb67d (diff) | |
download | kernel_samsung_smdk4412-77c728c2240a1eb45f7d355f5d87ecc319cd55ce.zip kernel_samsung_smdk4412-77c728c2240a1eb45f7d355f5d87ecc319cd55ce.tar.gz kernel_samsung_smdk4412-77c728c2240a1eb45f7d355f5d87ecc319cd55ce.tar.bz2 |
Gcc 4.0 fixes.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm')
-rw-r--r-- | arch/mips/mm/c-sb1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/c-sb1.c b/arch/mips/mm/c-sb1.c index 502f68c..e65b1bb 100644 --- a/arch/mips/mm/c-sb1.c +++ b/arch/mips/mm/c-sb1.c @@ -235,7 +235,7 @@ static inline void __sb1_flush_icache_range(unsigned long start, /* * Invalidate all caches on this CPU */ -static void local_sb1___flush_cache_all(void) +static void __attribute_used__ local_sb1___flush_cache_all(void) { __sb1_writeback_inv_dcache_all(); __sb1_flush_icache_all(); |