(UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.
This commit is contained in:
parent
285d5fe65b
commit
c71fd7b702
1 changed files with 1 additions and 3 deletions
|
@ -111,10 +111,8 @@ extern int pending_atimers;
|
|||
#define UNBLOCK_INPUT_TO(LEVEL) \
|
||||
do \
|
||||
{ \
|
||||
int oldlevel = interrupt_input_blocked; \
|
||||
interrupt_input_blocked = (LEVEL) + 1; \
|
||||
if (interrupt_input_blocked != oldlevel + 1) \
|
||||
UNBLOCK_INPUT; \
|
||||
UNBLOCK_INPUT; \
|
||||
} \
|
||||
while (0)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue