forked from Imagelibrary/rtems
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
* shared/include/cache.h, shared/src/cache_manager.c: Removed include files to reduce implementation constraints.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/include/cache.h, shared/src/cache_manager.c: Removed include
|
||||
files to reduce implementation constraints.
|
||||
|
||||
2010-05-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shared/src/no_cache.c: New file.
|
||||
|
||||
@@ -23,8 +23,6 @@
|
||||
#ifndef __LIBCPU_CACHE_h
|
||||
#define __LIBCPU_CACHE_h
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
void _CPU_cache_flush_1_data_line(const void *d_addr);
|
||||
void _CPU_cache_invalidate_1_data_line(const void *d_addr);
|
||||
void _CPU_cache_freeze_data(void);
|
||||
|
||||
@@ -31,11 +31,8 @@
|
||||
*/
|
||||
|
||||
#include <rtems.h>
|
||||
#include <sys/types.h>
|
||||
#include <libcpu/cache.h>
|
||||
#include "cache_.h"
|
||||
|
||||
|
||||
/*
|
||||
* THESE FUNCTIONS ONLY HAVE BODIES IF WE HAVE A DATA CACHE
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user