2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>

PR 1986/libcpu
	* rtems/include/rtems/rtems/cache.h:
	Add rtems_cache_aligned_malloc decl.
This commit is contained in:
Ralf Corsepius
2011-12-10 04:00:32 +00:00
parent 0a752f4e93
commit 99365ed037
2 changed files with 12 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1986/libcpu
* rtems/include/rtems/rtems/cache.h:
Add rtems_cache_aligned_malloc decl.
2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/sigtimedwait.c: Make _POSIX_signals_Get_lowest static.
+6 -1
View File
@@ -147,7 +147,12 @@ void rtems_cache_enable_instruction( void );
*/
void rtems_cache_disable_instruction( void );
/**
* This function is used to allocate storage that spans an
* integral number of cache blocks.
*/
void *rtems_cache_aligned_malloc ( size_t nbytes );
#ifdef __cplusplus
}
#endif