Remove without-interrupts from runtime/intrpt.scm.
authorMatt Birkholz <puck@birchwood-abbey.net>
Fri, 10 Jul 2015 19:24:22 +0000 (12:24 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Fri, 10 Jul 2015 19:24:22 +0000 (12:24 -0700)
commitd24f869e8290ff7a7496231b7f6b3bb58d65ae16
tree67d4449ec9f9b017d40cd971bab3a5bc76873270
parent8c65810504d6eef59938cbacd6ea2448b056ff46
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(?).

Remove set-fixed-objects-vector! too; assume the fixed objects vector
is not a copy.
src/runtime/intrpt.scm