mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 19:44:24 +08:00
flush cache after exception code install
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user