ide: remove a ton of pointless #undef REALLY_SLOW_IO

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>

authored by Alan Cox and committed by Bartlomiej Zolnierkiewicz 846c11ab 8693d3e4

-24
-2
drivers/ide/cris/ide-cris.c
··· 17 * device can't do DMA handshaking for some stupid reason. We don't need to do that. 18 */ 19 20 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 21 - 22 #include <linux/types.h> 23 #include <linux/kernel.h> 24 #include <linux/timer.h>
··· 17 * device can't do DMA handshaking for some stupid reason. We don't need to do that. 18 */ 19 20 #include <linux/types.h> 21 #include <linux/kernel.h> 22 #include <linux/timer.h>
-2
drivers/ide/ide-disk.c
··· 43 44 #define IDEDISK_VERSION "1.18" 45 46 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 47 - 48 //#define DEBUG 49 50 #include <linux/module.h>
··· 43 44 #define IDEDISK_VERSION "1.18" 45 46 //#define DEBUG 47 48 #include <linux/module.h>
-2
drivers/ide/ide-probe.c
··· 31 * valid after probe time even with noprobe 32 */ 33 34 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 35 - 36 #include <linux/module.h> 37 #include <linux/types.h> 38 #include <linux/string.h>
··· 31 * valid after probe time even with noprobe 32 */ 33 34 #include <linux/module.h> 35 #include <linux/types.h> 36 #include <linux/string.h>
-2
drivers/ide/ide.c
··· 126 #define REVISION "Revision: 7.00alpha2" 127 #define VERSION "Id: ide.c 7.00a2 20020906" 128 129 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 130 - 131 #define _IDE_C /* Tell ide.h it's really us */ 132 133 #include <linux/module.h>
··· 126 #define REVISION "Revision: 7.00alpha2" 127 #define VERSION "Id: ide.c 7.00a2 20020906" 128 129 #define _IDE_C /* Tell ide.h it's really us */ 130 131 #include <linux/module.h>
-2
drivers/ide/legacy/ali14xx.c
··· 37 * mode 4 for a while now with no trouble.) -Derek 38 */ 39 40 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 41 - 42 #include <linux/module.h> 43 #include <linux/types.h> 44 #include <linux/kernel.h>
··· 37 * mode 4 for a while now with no trouble.) -Derek 38 */ 39 40 #include <linux/module.h> 41 #include <linux/types.h> 42 #include <linux/kernel.h>
-2
drivers/ide/legacy/dtc2278.c
··· 4 * Copyright (C) 1996 Linus Torvalds & author (see below) 5 */ 6 7 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 8 - 9 #include <linux/module.h> 10 #include <linux/types.h> 11 #include <linux/kernel.h>
··· 4 * Copyright (C) 1996 Linus Torvalds & author (see below) 5 */ 6 7 #include <linux/module.h> 8 #include <linux/types.h> 9 #include <linux/kernel.h>
-2
drivers/ide/legacy/ht6560b.c
··· 36 37 #define HT6560B_VERSION "v0.07" 38 39 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 40 - 41 #include <linux/module.h> 42 #include <linux/types.h> 43 #include <linux/kernel.h>
··· 36 37 #define HT6560B_VERSION "v0.07" 38 39 #include <linux/module.h> 40 #include <linux/types.h> 41 #include <linux/kernel.h>
-2
drivers/ide/legacy/qd65xx.c
··· 25 * Samuel Thibault <samuel.thibault@fnac.net> 26 */ 27 28 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 29 - 30 #include <linux/module.h> 31 #include <linux/types.h> 32 #include <linux/kernel.h>
··· 25 * Samuel Thibault <samuel.thibault@fnac.net> 26 */ 27 28 #include <linux/module.h> 29 #include <linux/types.h> 30 #include <linux/kernel.h>
-2
drivers/ide/mips/au1xxx-ide.c
··· 29 * Note: for more information, please refer "AMD Alchemy Au1200/Au1550 IDE 30 * Interface and Linux Device Driver" Application Note. 31 */ 32 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 33 - 34 #include <linux/types.h> 35 #include <linux/module.h> 36 #include <linux/kernel.h>
··· 29 * Note: for more information, please refer "AMD Alchemy Au1200/Au1550 IDE 30 * Interface and Linux Device Driver" Application Note. 31 */ 32 #include <linux/types.h> 33 #include <linux/module.h> 34 #include <linux/kernel.h>
-1
drivers/ide/pci/cmd640.c
··· 98 * (patch courtesy of Zoltan Hidvegi) 99 */ 100 101 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 102 #define CMD640_PREFETCH_MASKS 1 103 104 //#define CMD640_DUMP_REGS
··· 98 * (patch courtesy of Zoltan Hidvegi) 99 */ 100 101 #define CMD640_PREFETCH_MASKS 1 102 103 //#define CMD640_DUMP_REGS
-2
drivers/ide/pci/generic.c
··· 21 * are deemed to be part of the source code. 22 */ 23 24 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 25 - 26 #include <linux/types.h> 27 #include <linux/module.h> 28 #include <linux/kernel.h>
··· 21 * are deemed to be part of the source code. 22 */ 23 24 #include <linux/types.h> 25 #include <linux/module.h> 26 #include <linux/kernel.h>
-1
drivers/ide/pci/opti621.c
··· 87 * 0.5 doesn't work. 88 */ 89 90 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 91 #define OPTI621_DEBUG /* define for debug messages */ 92 93 #include <linux/types.h>
··· 87 * 0.5 doesn't work. 88 */ 89 90 #define OPTI621_DEBUG /* define for debug messages */ 91 92 #include <linux/types.h>
-2
drivers/ide/pci/rz1000.c
··· 15 * Dunno if this fixes both ports, or only the primary port (?). 16 */ 17 18 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 19 - 20 #include <linux/types.h> 21 #include <linux/module.h> 22 #include <linux/kernel.h>
··· 15 * Dunno if this fixes both ports, or only the primary port (?). 16 */ 17 18 #include <linux/types.h> 19 #include <linux/module.h> 20 #include <linux/kernel.h>