Rearrange the code that sets memtop to trigger an interrupt. I have a
authorChris Hanson <org/chris-hanson/cph>
Thu, 2 Jan 1997 07:07:19 +0000 (07:07 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 2 Jan 1997 07:07:19 +0000 (07:07 +0000)
commitaad6a1660f5fa31cf76c4dba940622eccaa121be
treedcecc9ea921084259223853940ccfd64249d8da4
parent024f1e89163d8fcddaf5f40b9d7ddc1fa754b82c
Rearrange the code that sets memtop to trigger an interrupt.  I have a
strong suspicion that these timer interrupts run in a separate thread
under NT.  If so, this is a really dangerous thing to be doing without
synchronization.  This rearrangement will minimize the window in which
problems can occur.
v7/src/microcode/ntutl/scheme16.c
v7/src/microcode/ntutl/scheme32.c