haiku/src
Ingo Weinhold 70d3bd5592 vm_soft_fault(): Missing DEBUG_PAGE_ACCESS_END()
... in case we'd need to unmap a page that is wired.

Fixes the immediate issue of #10977. There's a problem remaining (as
discussed in comment 1): If two threads want to wire the same page at
the same time (which led to the assertion being triggered), they will
now deadlock, waiting for each other to remove the pre-registered
VMAreaWiredRange.
2014-10-29 02:36:08 +01:00
..
add-ons firewire: warning fix again. 2014-10-28 10:45:19 +01:00
apps Debugger: Add type selector to expression window. 2014-10-27 13:54:21 -04:00
bin Fix warnings 2014-10-28 02:36:25 +01:00
build os/support: implement atomic_*() using GCC builtin helpers 2014-08-25 23:05:07 +02:00
data Add MIME type for LZip archive files 2014-10-27 23:49:33 +01:00
documentation Fixed typo. Fixes #8755 2012-07-30 13:12:02 +00:00
kits B*Format: make immutable and remove locking 2014-10-27 14:08:42 +01:00
libs freebsd_network: Check non-packaged data dir for firmware. 2014-10-18 18:48:19 +02:00
preferences Notifications: use a single settings file. 2014-10-21 18:53:06 +02:00
servers Notifications: use a single settings file. 2014-10-21 18:53:06 +02:00
system vm_soft_fault(): Missing DEBUG_PAGE_ACCESS_END() 2014-10-29 02:36:08 +01:00
tests B*Format: make immutable and remove locking 2014-10-27 14:08:42 +01:00
tools fs_shell: Added missing new permission check function. 2014-10-25 19:31:15 +02:00
Jamfile