aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/images.c
diff options
context:
space:
mode:
authorAndrea Bastoni <bastoni@cs.unc.edu>2010-06-10 13:02:23 -0400
committerAndrea Bastoni <bastoni@cs.unc.edu>2010-06-10 13:02:23 -0400
commit5980b2330359d002e4e2278327ff80307504b848 (patch)
tree617e1f1b4f9d99c3f34d97a3866be7c1a397039e /scripts/kconfig/images.c
parentb7723f10b088450c82a84275371d48020309e5f7 (diff)
Use a non-sleeping lock to protect fmlp locking operations
The wait_queue_t lock used to protect fmlp_down and fmlp_up operations in vanilla kernel is a sleeping lock in PreemptRT. We call fmlp operations from atomic contexts. This commit replaces the wait_queue lock with a raw_spin_lock.
Diffstat (limited to 'scripts/kconfig/images.c')
0 files changed, 0 insertions, 0 deletions