diff options
Diffstat (limited to 'arch/mn10300/include')
-rw-r--r-- | arch/mn10300/include/asm/debugger.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mn10300/include/asm/debugger.h b/arch/mn10300/include/asm/debugger.h index 4816f0dc28b5..4517f839a999 100644 --- a/arch/mn10300/include/asm/debugger.h +++ b/arch/mn10300/include/asm/debugger.h | |||
@@ -14,6 +14,14 @@ | |||
14 | 14 | ||
15 | #if defined(CONFIG_KERNEL_DEBUGGER) | 15 | #if defined(CONFIG_KERNEL_DEBUGGER) |
16 | 16 | ||
17 | #ifndef CONFIG_MN10300_DEBUGGER_CACHE_NO_FLUSH | ||
18 | extern void debugger_local_cache_flushinv(void); | ||
19 | extern void debugger_local_cache_flushinv_one(u8 *); | ||
20 | #else | ||
21 | static inline void debugger_local_cache_flushinv(void) {} | ||
22 | static inline void debugger_local_cache_flushinv_one(u8 *addr) {} | ||
23 | #endif | ||
24 | |||
17 | #else /* CONFIG_KERNEL_DEBUGGER */ | 25 | #else /* CONFIG_KERNEL_DEBUGGER */ |
18 | 26 | ||
19 | #endif /* CONFIG_KERNEL_DEBUGGER */ | 27 | #endif /* CONFIG_KERNEL_DEBUGGER */ |