* shared/src/cache_.h: Include required header file.
This commit is contained in:
Sebastian Huber
2011-06-07 07:52:59 +00:00
parent f3aa15c254
commit 3f6fa8ed98
2 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
* shared/src/cache_.h: Include required header file.
2011-05-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
* shared/include/powerpc-utility.h: API changes for ppc_*_cache_*()

View File

@@ -10,6 +10,7 @@
#define LIBCPU_POWERPC_CACHE_H
#include <rtems/powerpc/powerpc.h>
#include <libcpu/cache.h>
/* Provide the CPU defines only if we have a cache */
#if PPC_CACHE_ALIGNMENT != PPC_NO_CACHE_ALIGNMENT
@@ -17,9 +18,4 @@
#define CPU_INSTRUCTION_CACHE_ALIGNMENT PPC_CACHE_ALIGNMENT
#endif
#ifdef _OLD_EXCEPTIONS
# warning OLD EXCEPTIONS
# include <libcpu/cache.h>
#endif
#endif /* LIBCPU_POWERPC_CACHE_H */