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)
commitffdf5a5f292d3ae73f62422ad66297eb84da26c4
treea61634ebba41b8367f1d97039d0d143ce5433392
parent6ffbc2b68c34c2d1e42d5f6bcd8f2b94b82d05d7
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