Changeset c47ad8e in rtems for cpukit/libmisc/stackchk/check.c

Timestamp:
06/20/18 10:03:54 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
fe46647e
Parents:
1cb2e748
git-author:
Sebastian Huber <sebastian.huber@…> (06/20/18 10:03:54)
git-committer:
Sebastian Huber <sebastian.huber@…> (06/20/18 10:07:08)
Message:

stackchk: Add SMP support

Check the interrupt stacks of all processors. Set up the interrupt
stack of the current processor for high water testing in the thread
begin extension. This must be done after multi-threading started, since
the initialization stacks may reuse the interrupt stacks. Disable
thread dispatching in SMP configurations to prevent thread migration.
Writing to the interrupt stack is only safe if done from the
corresponding processor in thread context.

Update #3459.

(No files)

Note: See TracChangeset for help on using the changeset viewer.