diff options
Diffstat (limited to 'arch/blackfin/include/asm/bfin-global.h')
-rw-r--r-- | arch/blackfin/include/asm/bfin-global.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/blackfin/include/asm/bfin-global.h b/arch/blackfin/include/asm/bfin-global.h index 7ba70de66f2b..56dcb0a2d244 100644 --- a/arch/blackfin/include/asm/bfin-global.h +++ b/arch/blackfin/include/asm/bfin-global.h | |||
@@ -63,7 +63,6 @@ extern void bfin_dcache_init(void); | |||
63 | extern void init_exception_vectors(void); | 63 | extern void init_exception_vectors(void); |
64 | extern void program_IAR(void); | 64 | extern void program_IAR(void); |
65 | 65 | ||
66 | extern void bfin_reset(void); | ||
67 | extern asmlinkage void lower_to_irq14(void); | 66 | extern asmlinkage void lower_to_irq14(void); |
68 | extern asmlinkage void bfin_return_from_exception(void); | 67 | extern asmlinkage void bfin_return_from_exception(void); |
69 | extern asmlinkage void evt14_softirq(void); | 68 | extern asmlinkage void evt14_softirq(void); |
@@ -92,6 +91,8 @@ extern int sram_free(const void*); | |||
92 | extern void *sram_alloc_with_lsl(size_t, unsigned long); | 91 | extern void *sram_alloc_with_lsl(size_t, unsigned long); |
93 | extern int sram_free_with_lsl(const void*); | 92 | extern int sram_free_with_lsl(const void*); |
94 | 93 | ||
94 | extern void *isram_memcpy(void *dest, const void *src, size_t n); | ||
95 | |||
95 | extern const char bfin_board_name[]; | 96 | extern const char bfin_board_name[]; |
96 | 97 | ||
97 | extern unsigned long bfin_sic_iwr[]; | 98 | extern unsigned long bfin_sic_iwr[]; |
@@ -104,7 +105,7 @@ extern char _stext_l1[], _etext_l1[], _sdata_l1[], _edata_l1[], _sbss_l1[], | |||
104 | _stext_l2[], _etext_l2[], _sdata_l2[], _edata_l2[], _sbss_l2[], | 105 | _stext_l2[], _etext_l2[], _sdata_l2[], _edata_l2[], _sbss_l2[], |
105 | _ebss_l2[], _l2_lma_start[]; | 106 | _ebss_l2[], _l2_lma_start[]; |
106 | 107 | ||
107 | /* only used when CONFIG_MTD_UCLINUX */ | 108 | /* only used when MTD_UCLINUX */ |
108 | extern unsigned long memory_mtd_start, memory_mtd_end, mtd_size; | 109 | extern unsigned long memory_mtd_start, memory_mtd_end, mtd_size; |
109 | 110 | ||
110 | #ifdef CONFIG_BFIN_ICACHE_LOCK | 111 | #ifdef CONFIG_BFIN_ICACHE_LOCK |