Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5718
b: refs/heads/master
c: 71abe99
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Hellwig authored and Russell King committed Aug 7, 2005
1 parent 8ffb0e9 commit fb9682c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fc1df37e3b195cb73ecb14c30d41b7aace3f844a
refs/heads/master: 71abe99980e6d7ff8aee8acc7da817b3ad7d8a89
3 changes: 1 addition & 2 deletions trunk/drivers/acorn/block/fd1772.c
Original file line number Diff line number Diff line change
Expand Up @@ -1283,8 +1283,7 @@ static void do_fd_request(request_queue_t* q)
if (fdc_busy) return;
save_flags(flags);
cli();
while (fdc_busy)
sleep_on(&fdc_wait);
wait_event(fdc_wait, !fdc_busy);
fdc_busy = 1;
ENABLE_IRQ();
restore_flags(flags);
Expand Down

0 comments on commit fb9682c

Please sign in to comment.