diff options
Diffstat (limited to 'arch/blackfin/mach-common/cache-c.c')
| -rw-r--r-- | arch/blackfin/mach-common/cache-c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/mach-common/cache-c.c b/arch/blackfin/mach-common/cache-c.c index a60a24f5035d..0e1e451fd7d8 100644 --- a/arch/blackfin/mach-common/cache-c.c +++ b/arch/blackfin/mach-common/cache-c.c | |||
| @@ -52,7 +52,7 @@ bfin_cache_init(struct cplb_entry *cplb_tbl, unsigned long cplb_addr, | |||
| 52 | } | 52 | } |
| 53 | 53 | ||
| 54 | #ifdef CONFIG_BFIN_ICACHE | 54 | #ifdef CONFIG_BFIN_ICACHE |
| 55 | void __cpuinit bfin_icache_init(struct cplb_entry *icplb_tbl) | 55 | void bfin_icache_init(struct cplb_entry *icplb_tbl) |
| 56 | { | 56 | { |
| 57 | bfin_cache_init(icplb_tbl, ICPLB_ADDR0, ICPLB_DATA0, IMEM_CONTROL, | 57 | bfin_cache_init(icplb_tbl, ICPLB_ADDR0, ICPLB_DATA0, IMEM_CONTROL, |
| 58 | (IMC | ENICPLB)); | 58 | (IMC | ENICPLB)); |
| @@ -60,7 +60,7 @@ void __cpuinit bfin_icache_init(struct cplb_entry *icplb_tbl) | |||
| 60 | #endif | 60 | #endif |
| 61 | 61 | ||
| 62 | #ifdef CONFIG_BFIN_DCACHE | 62 | #ifdef CONFIG_BFIN_DCACHE |
| 63 | void __cpuinit bfin_dcache_init(struct cplb_entry *dcplb_tbl) | 63 | void bfin_dcache_init(struct cplb_entry *dcplb_tbl) |
| 64 | { | 64 | { |
| 65 | /* | 65 | /* |
| 66 | * Anomaly notes: | 66 | * Anomaly notes: |
