RTEMS 6.1-rc2
|
This source file contains the uniprocessor definition of _Per_CPU_Information and some static assertions. More...
#include <rtems/score/percpu.h>
Functions | |
RTEMS_STATIC_ASSERT (sizeof(CPU_Uint32ptr) >=sizeof(uintptr_t), CPU_Uint32ptr_greater_equal_uintptr_t) | |
RTEMS_STATIC_ASSERT (sizeof(CPU_Uint32ptr) >=sizeof(uint32_t), CPU_Uint32ptr_greater_equal_uint32_t) | |
Variables | |
Per_CPU_Control_envelope | _Per_CPU_Information [1] |
Set of Per CPU Core Information. | |
This source file contains the uniprocessor definition of _Per_CPU_Information and some static assertions.