mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 13:17:45 +08:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user