Don't clear USER_INTERRUPT if we're not handling it.
authorEric Anholt <eric@anholt.net>
Thu, 12 Jun 2008 17:56:37 +0000 (10:56 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 12 Jun 2008 17:56:37 +0000 (10:56 -0700)
commitcc74ac359053e95fd79d7011a2e18defcefb5c19
tree075eaadd9e91c6ab5d3c7369dad5317155845b62
parentb2606e325ac02782297def5ce27028c7fe2287c8
Don't clear USER_INTERRUPT if we're not handling it.

This fixes a regression from commit d434b64f6a760d85295e32298a9a1f3624ee1b69
which could cause us to fail to wake up for user interrupts if we lost a race.
shared-core/i915_irq.c