core: when calling abort_check, we're not idle
authorH. Peter Anvin <hpa@zytor.com>
Mon, 1 Jun 2009 03:23:58 +0000 (20:23 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 1 Jun 2009 03:23:58 +0000 (20:23 -0700)
commite172b7473502500f0d557134cb9f504e147d0826
tree3c19e7ab8bc47e656db1dcda75b8a3108c01897a
parent6b7aa8e5d8490aa0002e462c86dd9c6866a7b299
core: when calling abort_check, we're not idle

When we call abort_check, we're not idle even though we are polling
the keyboard.  Handle that by calling reset_idle near the top.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/abort.inc