From: Ben Pfaff Date: Mon, 22 Dec 2008 01:37:44 +0000 (-0800) Subject: Print a message instead of panicking upon an unexpected interrupt. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffdf5a5f292d3ae73f62422ad66297eb84da26c4;hp=ffdf5a5f292d3ae73f62422ad66297eb84da26c4;p=pintos-anon 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. ---