mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 22:56:34 +08:00
bsps/powerpc: Delete C pre-processor warning
Do not warn about not implemented cache functions.
This commit is contained in:
@@ -200,8 +200,6 @@ static inline void _CPU_cache_disable_instruction(void)
|
||||
|
||||
#else
|
||||
|
||||
#warning Most cache functions are not implemented
|
||||
|
||||
static inline void _CPU_cache_flush_entire_data(void)
|
||||
{
|
||||
/* Void */
|
||||
|
||||
Reference in New Issue
Block a user