Make thread_root() enable interrupts, otherwise kernel threads will
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 29 Aug 2004 19:18:10 +0000 (19:18 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 29 Aug 2004 19:18:10 +0000 (19:18 +0000)
commit204b629b838dd2b1481887ccf8abcd58e605e8b9
tree0d30edee7ede21e662720c053e3ff46b8b454a8b
parent955ab223bdf558fe308e41ef281c66a0d643acdc
Make thread_root() enable interrupts, otherwise kernel threads will
run with interrupts off, which is really bad...
src/threads/thread.c