forked from Imagelibrary/rtems
2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1986/libcpu * shared/src/cache_aligned_malloc.c: Include <rtems/rtems/cache.h>.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
PR 1986/libcpu
|
||||||
|
* shared/src/cache_aligned_malloc.c:
|
||||||
|
Include <rtems/rtems/cache.h>.
|
||||||
|
|
||||||
2011-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Remove reference to non-existing file
|
* Makefile.am: Remove reference to non-existing file
|
||||||
|
|||||||
@@ -12,9 +12,11 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <cache_.h>
|
#include <cache_.h>
|
||||||
#include <stdlib.h>
|
#include <rtems/rtems/cache.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* rtems_cache_aligned_malloc
|
* rtems_cache_aligned_malloc
|
||||||
|
|||||||
Reference in New Issue
Block a user