diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-07-29 03:02:37 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-07-29 03:02:37 +0000 |
commit | c7c4053278feb7506e77a2784fd0f79b9eceab69 (patch) | |
tree | f857d0dcf4821f44c3dbf34429f1e24992dde729 /drivers/block | |
parent | 6ed5ef85516d11a9691125833577020b1856115c (diff) |
Remove superfluous #ifdef __sparc__ ... #endif.
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/floppy.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c index d46336e34..2799eb04c 100644 --- a/drivers/block/floppy.c +++ b/drivers/block/floppy.c @@ -1223,7 +1223,6 @@ static void fdc_specify(void) /*DPRINT("FIFO enabled\n");*/ } -#ifndef __sparc__ switch (raw_cmd->rate & 0x03) { case 3: dtr = 1000; @@ -1278,7 +1277,6 @@ static void fdc_specify(void) output_byte(FDCS->spec1 = spec1); output_byte(FDCS->spec2 = spec2); } -#endif } /* fdc_specify */ /* Set the FDC's data transfer rate on behalf of the specified drive. @@ -2776,7 +2774,7 @@ static void process_fd_request(void) static void do_fd_request(void) { if(usage_count == 0) { - printk("warning: usage count=0, CURRENT=%p exiting\n", CURRENT);+ printk("sect=%ld cmd=%d\n", CURRENT->sector, CURRENT->cmd); + printk("warning: usage count=0, CURRENT=%p exiting\n", CURRENT); printk("sect=%ld cmd=%d\n", CURRENT->sector, CURRENT->cmd); return; } sti(); |