Add without-interruption, to replace without-interrupts.
authorMatt Birkholz <puck@birchwood-abbey.net>
Sun, 12 Jul 2015 22:18:25 +0000 (15:18 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Mon, 17 Aug 2015 23:52:58 +0000 (16:52 -0700)
commitcbd5c290ef990b4f3f7b266ab596569dcaeff4b9
tree173ed580a4e70a06db5b7b83fb94643cc8586957
parentd9c4f61574a87cc653cbcfcbe6952b5485891004
Add without-interruption, to replace without-interrupts.

Without-interruption will replace without-interrupts wherever
exclusivity is not thought to be needed -- just uninterruptibility.

Without-interrupts is deprecated because it is broken in multi-
processing worlds where it cannot provide exclusive access to the heap
as it does in uniprocessing worlds.
src/runtime/runtime.pkg