flush cache after exception code install

This commit is contained in:
kontais
2016-06-15 08:09:56 -07:00
parent 99481cd0ac
commit b96f07e477
4 changed files with 15 additions and 2 deletions
+3
View File
@@ -32,6 +32,9 @@ extern int rt_application_init(void);
extern void tlb_refill_exception(void);
extern void general_exception(void);
extern void irq_exception(void);
extern void rt_hw_cache_init(void);
extern void invalidate_writeback_dcache_all(void);
extern void invalidate_icache_all(void);
/**
* This function will startup RT-Thread RTOS.