diff options
author | Andrew Turner <andrew@FreeBSD.org> | 2015-05-23 23:08:16 +0000 |
---|---|---|
committer | Andrew Turner <andrew@FreeBSD.org> | 2015-05-23 23:08:16 +0000 |
commit | e81032ad243db32b8fd615b2d55ee94b9f6a5b6a (patch) | |
tree | d78186deeec09d550c81b1ad26d887f11aee2684 /targets/pseudo/toolchain | |
parent | f22cb06aeb40c35aa1868c88dc0ad7db50d1a2bb (diff) | |
download | src-e81032ad243db32b8fd615b2d55ee94b9f6a5b6a.tar.gz src-e81032ad243db32b8fd615b2d55ee94b9f6a5b6a.zip |
Fix a lock up where we enter swapper() with interrupts disabled.
In smp_rendezvous_cpus we expect to wait for all cpus to enter
smp_rendezvous_action. If we call this holding a proc lock swapper may
attempt to also lock it, however as interrupts are disabled the cpu never
handles the ipi. Because smp_rendezvous_action waits for all signaled
cpus before contining it may get caught waiting for the cpu running swapper
as the proc mutex will be unlocked after smp_rendezvous_cpus finishes.
The fix is to enable interrupts in the configure stage as we should be
doing.
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=283337
Diffstat (limited to 'targets/pseudo/toolchain')
0 files changed, 0 insertions, 0 deletions