Timestamp:
2014-11-23T10:09:32Z (9 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
235d31d
Parents:
21373712
Message:

Lock futex_ht_lock spinlock after page_table_lock()

The current locking order triggers a kernel assertion on sparc64/sun4v,
because the global page table mutex is being locked when the
futex_ht_lock spinlock is held. The locking order therefore needs to be
changed so that the mutex is acquired before the spinlock.

(No files)

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