diff options
Diffstat (limited to 'arch/mips/mm')
-rw-r--r-- | arch/mips/mm/c-sb1.c | 2 | ||||
-rw-r--r-- | arch/mips/mm/init.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/mm/c-sb1.c b/arch/mips/mm/c-sb1.c index 6f9bd7fbd481..85ce2842d0da 100644 --- a/arch/mips/mm/c-sb1.c +++ b/arch/mips/mm/c-sb1.c | |||
@@ -272,7 +272,7 @@ void sb1_flush_cache_data_page(unsigned long) | |||
272 | /* | 272 | /* |
273 | * Invalidate all caches on this CPU | 273 | * Invalidate all caches on this CPU |
274 | */ | 274 | */ |
275 | static void __attribute_used__ local_sb1___flush_cache_all(void) | 275 | static void __used local_sb1___flush_cache_all(void) |
276 | { | 276 | { |
277 | __sb1_writeback_inv_dcache_all(); | 277 | __sb1_writeback_inv_dcache_all(); |
278 | __sb1_flush_icache_all(); | 278 | __sb1_flush_icache_all(); |
diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c index 4c80528deadd..b8cb0dde3af0 100644 --- a/arch/mips/mm/init.c +++ b/arch/mips/mm/init.c | |||
@@ -484,7 +484,7 @@ void free_initrd_mem(unsigned long start, unsigned long end) | |||
484 | } | 484 | } |
485 | #endif | 485 | #endif |
486 | 486 | ||
487 | void free_initmem(void) | 487 | void __init_refok free_initmem(void) |
488 | { | 488 | { |
489 | prom_free_prom_memory(); | 489 | prom_free_prom_memory(); |
490 | free_init_pages("unused kernel memory", | 490 | free_init_pages("unused kernel memory", |