forked from Imagelibrary/rtems
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
* shared/src/cache_.h: Include required header file.
This commit is contained in:
@@ -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>
|
2011-05-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* shared/include/powerpc-utility.h: API changes for ppc_*_cache_*()
|
* shared/include/powerpc-utility.h: API changes for ppc_*_cache_*()
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
#define LIBCPU_POWERPC_CACHE_H
|
#define LIBCPU_POWERPC_CACHE_H
|
||||||
|
|
||||||
#include <rtems/powerpc/powerpc.h>
|
#include <rtems/powerpc/powerpc.h>
|
||||||
|
#include <libcpu/cache.h>
|
||||||
|
|
||||||
/* Provide the CPU defines only if we have a cache */
|
/* Provide the CPU defines only if we have a cache */
|
||||||
#if PPC_CACHE_ALIGNMENT != PPC_NO_CACHE_ALIGNMENT
|
#if PPC_CACHE_ALIGNMENT != PPC_NO_CACHE_ALIGNMENT
|
||||||
@@ -17,9 +18,4 @@
|
|||||||
#define CPU_INSTRUCTION_CACHE_ALIGNMENT PPC_CACHE_ALIGNMENT
|
#define CPU_INSTRUCTION_CACHE_ALIGNMENT PPC_CACHE_ALIGNMENT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _OLD_EXCEPTIONS
|
|
||||||
# warning OLD EXCEPTIONS
|
|
||||||
# include <libcpu/cache.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* LIBCPU_POWERPC_CACHE_H */
|
#endif /* LIBCPU_POWERPC_CACHE_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user