Remove without-interrupts from runtime/intrpt.scm.
authorMatt Birkholz <puck@birchwood-abbey.net>
Sun, 12 Jul 2015 23:47:14 +0000 (16:47 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Mon, 17 Aug 2015 23:52:59 +0000 (16:52 -0700)
commitaa48e492d3733f374bb42996830808c97ba10e5f
tree4b3b89d433c991e256fc31e42dd5ed8fd167a05a
parentdd3b544129badacf4e08a49d5d2e72790a676256
Remove without-interrupts from runtime/intrpt.scm.

It was only used in the internal install procedure where an "atomic"
updated was described.  Punted that and assumed the procedure is not
run in multiple threads concurrently.  It should be called only during
the single-threaded cold load or in a careful developer's REPL(?).
src/runtime/intrpt.scm