Print a message instead of panicking upon an unexpected interrupt.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 22 Dec 2008 01:37:44 +0000 (17:37 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 22 Dec 2008 01:37:44 +0000 (17:37 -0800)
commit1a6d3a6561026958c9d1150a4022907a0e3cde27
tree9c589ffc74e372f0cdae1a9ba1959613198b1e76
parent26b02d6d4f8cc9b842fe1f50649b417c562bbd73
Print a message instead of panicking upon an unexpected interrupt.

We cannot expect that we know in detail ever interrupt that can occur
on real hardware, so we must cope with exceptional cases a little
better.
src/threads/interrupt.c