mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 08:54:44 +08:00
As part of implementing the new isr synchronization algorithm using a
single enumerated set of states the set of event manager variables changed.
This commit is contained in:
@@ -214,7 +214,7 @@ uninitialized =
|
||||
|
||||
/*dpmem.h*/ (sizeof _Dual_ported_memory_Information) +
|
||||
|
||||
/*event.h*/ (sizeof _Event_Sync) +
|
||||
/*event.h*/ (sizeof _Event_Sync_state) +
|
||||
|
||||
/*eventmp.h*/ 0 +
|
||||
|
||||
|
||||
@@ -214,7 +214,7 @@ uninitialized =
|
||||
|
||||
/*dpmem.h*/ (sizeof _Dual_ported_memory_Information) +
|
||||
|
||||
/*event.h*/ (sizeof _Event_Sync) +
|
||||
/*event.h*/ (sizeof _Event_Sync_state) +
|
||||
|
||||
/*eventmp.h*/ 0 +
|
||||
|
||||
|
||||
Reference in New Issue
Block a user