bsps/powerpc: Delete C pre-processor warning

Do not warn about not implemented cache functions.
This commit is contained in:
Sebastian Huber
2014-12-22 10:31:49 +01:00
parent 494df99f1c
commit 7d26f60a1b

View File

@@ -200,8 +200,6 @@ static inline void _CPU_cache_disable_instruction(void)
#else #else
#warning Most cache functions are not implemented
static inline void _CPU_cache_flush_entire_data(void) static inline void _CPU_cache_flush_entire_data(void)
{ {
/* Void */ /* Void */