Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89076
b: refs/heads/master
c: 537e331
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Ingo Molnar committed Apr 17, 2008
1 parent 8ba2d97 commit b48d212
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: dd46e3ca73d136aa7f9f1813e4cbb6934c3611cc
refs/heads/master: 537e33136443bcd53ee13bc32a8f0fa46b1f3fdb
6 changes: 3 additions & 3 deletions trunk/include/asm-x86/floppy.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ static int doing_pdma;

static irqreturn_t floppy_hardint(int irq, void *dev_id)
{
register unsigned char st;
unsigned char st;

#undef TRACE_FLPY_INT

Expand All @@ -71,8 +71,8 @@ static irqreturn_t floppy_hardint(int irq, void *dev_id)
#endif

{
register int lcount;
register char *lptr;
int lcount;
char *lptr;

st = 1;
for (lcount = virtual_dma_count, lptr = virtual_dma_addr;
Expand Down

0 comments on commit b48d212

Please sign in to comment.