[rtems commit] bsps/powerpc: Delete C pre-processor warning
Sebastian Huber
sebh at rtems.org
Fri Jan 9 13:09:38 UTC 2015
Module: rtems
Branch: master
Commit: 7d26f60a1b098575740c60442e77e31e7d0db8ab
Changeset: http://git.rtems.org/rtems/commit/?id=7d26f60a1b098575740c60442e77e31e7d0db8ab
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Mon Dec 22 10:31:49 2014 +0100
bsps/powerpc: Delete C pre-processor warning
Do not warn about not implemented cache functions.
---
c/src/lib/libcpu/powerpc/shared/src/cache_.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/c/src/lib/libcpu/powerpc/shared/src/cache_.h b/c/src/lib/libcpu/powerpc/shared/src/cache_.h
index da643d6..4d335b6 100644
--- a/c/src/lib/libcpu/powerpc/shared/src/cache_.h
+++ b/c/src/lib/libcpu/powerpc/shared/src/cache_.h
@@ -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 */
More information about the vc
mailing list