[Bug 1824] Keep rtems_shutdown_executive() parameter
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Wed Jul 13 14:30:15 UTC 2011
https://www.rtems.org/bugzilla/show_bug.cgi?id=1824
Joel Sherrill <joel.sherrill at oarcorp.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1209|0 |1
is obsolete| |
--- Comment #5 from Joel Sherrill <joel.sherrill at oarcorp.com> 2011-07-13 09:30:11 CDT ---
Created attachment 1216
--> https://www.rtems.org/bugzilla/attachment.cgi?id=1216
More complete attempt at request
This patch changes the signature of the following methods:
+ rtems_initialize_start_multitasking()
+ boot_card()
+ bsp_cleanup()
rtems_shutdown_executive() already took a uint32_t as a parameter. This value
is now stored in CPU0's idle task return status. It is returned by
rtems_initialize_start_multitasking() to boot_card() which passes it to
bsp_cleanup() and returns it to the assembly start code.
Patch also fixes all impacted bsp_cleanup() implementations.
What do you think? If you like it, I will need to update documentation.
--
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