Skip to content

Commit

Permalink
tests/pit: Issue cli on ISR handling
Browse files Browse the repository at this point in the history
Better to not allow any nested maskable IRQs
while we handle timer irq.

Signed-off-by: Cyrill Gorcunov <[email protected]>
  • Loading branch information
cyrillos authored and wildea01 committed Jun 1, 2015
1 parent c6cfeb1 commit 01c07d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/pit/tick.S
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 69,7 @@ test_ok:
hlt

timer_isr:
cli
pushaw
pushfw
mov $0x3f8,%dx
Expand Down

0 comments on commit 01c07d2

Please sign in to comment.