[Bug 1824] Keep rtems_shutdown_executive() parameter

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Wed Jul 13 16:50:26 UTC 2011


https://www.rtems.org/bugzilla/show_bug.cgi?id=1824

--- Comment #8 from Joel Sherrill <joel.sherrill at oarcorp.com> 2011-07-13 11:50:25 CDT ---
(In reply to comment #7)
> Why do you use _Per_CPU_Information[0].idle instead of _Thread_Idle?

_Thread_Idle is now a macro which references Idle on the current core. 

#define _Thread_Idle \
  _Per_CPU_Information[bsp_smp_processor_id()].idle

I wanted to be sure in an SMP system that we really got the status code from
teh correct tcb

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list