]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ide: remove a ton of pointless #undef REALLY_SLOW_IO
authorAlan Cox <alan@redhat.com>
Sat, 3 Mar 2007 16:48:54 +0000 (17:48 +0100)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Sat, 3 Mar 2007 16:48:54 +0000 (17:48 +0100)
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
13 files changed:
drivers/ide/cris/ide-cris.c
drivers/ide/ide-disk.c
drivers/ide/ide-probe.c
drivers/ide/ide.c
drivers/ide/legacy/ali14xx.c
drivers/ide/legacy/dtc2278.c
drivers/ide/legacy/ht6560b.c
drivers/ide/legacy/qd65xx.c
drivers/ide/mips/au1xxx-ide.c
drivers/ide/pci/cmd640.c
drivers/ide/pci/generic.c
drivers/ide/pci/opti621.c
drivers/ide/pci/rz1000.c

index 6b2d152351b301f4243cb52843ed4b8e0fe7ffdb..556455fbfa2be045700a3c2e4145d560f8d6baf9 100644 (file)
@@ -17,8 +17,6 @@
  * device can't do DMA handshaking for some stupid reason. We don't need to do that.
  */
 
-#undef REALLY_SLOW_IO           /* most systems can safely undef this */
-
 #include <linux/types.h>
 #include <linux/kernel.h>
 #include <linux/timer.h>
index e2cea1889c4d350f4153146b64433cabbc72b620..37aa6ddd97020f91bbf067a97fa0e168fe1e7083 100644 (file)
@@ -43,8 +43,6 @@
 
 #define IDEDISK_VERSION        "1.18"
 
-#undef REALLY_SLOW_IO          /* most systems can safely undef this */
-
 //#define DEBUG
 
 #include <linux/module.h>
index 8afbd6cb94be9ac50db17f3c62f03c4804791a1e..8f15c23aa70d7eaa2e049ad7a0e2be95705886a0 100644 (file)
@@ -31,8 +31,6 @@
  *                     valid after probe time even with noprobe
  */
 
-#undef REALLY_SLOW_IO          /* most systems can safely undef this */
-
 #include <linux/module.h>
 #include <linux/types.h>
 #include <linux/string.h>
index 25487691c9f1e3c57f9d8c12079a9da09e03724a..48a087dfc592ff70d141c136040febb390658a78 100644 (file)
 #define        REVISION        "Revision: 7.00alpha2"
 #define        VERSION         "Id: ide.c 7.00a2 20020906"
 
-#undef REALLY_SLOW_IO          /* most systems can safely undef this */
-
 #define _IDE_C                 /* Tell ide.h it's really us */
 
 #include <linux/module.h>
index 9c544467cb74a50bf09aa24cd1a9e954d7e6e002..f9f5b8d54d6d799ff4f346553c1c288f6feadac8 100644 (file)
@@ -37,8 +37,6 @@
  * mode 4 for a while now with no trouble.)  -Derek
  */
 
-#undef REALLY_SLOW_IO           /* most systems can safely undef this */
-
 #include <linux/module.h>
 #include <linux/types.h>
 #include <linux/kernel.h>
index 3b1d33baaa2f6c08758081c7ac1331ad5e3c8e74..f2903b6e43c02e5567af8f2c9771cfa72d1671ac 100644 (file)
@@ -4,8 +4,6 @@
  *  Copyright (C) 1996  Linus Torvalds & author (see below)
  */
 
-#undef REALLY_SLOW_IO           /* most systems can safely undef this */
-
 #include <linux/module.h>
 #include <linux/types.h>
 #include <linux/kernel.h>
index 19ccd006f205ae1a329c16ad64a76e29adae7ac1..02d5e20791e3d509af3df0d93d1457514c3309c4 100644 (file)
@@ -36,8 +36,6 @@
 
 #define HT6560B_VERSION "v0.07"
 
-#undef REALLY_SLOW_IO          /* most systems can safely undef this */
-
 #include <linux/module.h>
 #include <linux/types.h>
 #include <linux/kernel.h>
index d3c3bc2640e766acf58d619a81b0284d3efe0a58..584e26c96b46a1be3e20e1be9c5406d1861e55f9 100644 (file)
@@ -25,8 +25,6 @@
  * Samuel Thibault <samuel.thibault@fnac.net>
  */
 
-#undef REALLY_SLOW_IO          /* most systems can safely undef this */
-
 #include <linux/module.h>
 #include <linux/types.h>
 #include <linux/kernel.h>
index 0a59d5ef1599e16d323bfadb051c6ae9491c9e6f..b2dc028dc8ca17d424cc5677e070cdcf374f9e87 100644 (file)
@@ -29,8 +29,6 @@
  * Note: for more information, please refer "AMD Alchemy Au1200/Au1550 IDE
  *       Interface and Linux Device Driver" Application Note.
  */
-#undef REALLY_SLOW_IO           /* most systems can safely undef this */
-
 #include <linux/types.h>
 #include <linux/module.h>
 #include <linux/kernel.h>
index 61b5f9c0b2f4da7620b8655b43afed4d580bc460..dc43f009acabb4190b1d8a91525f8f342f8aa745 100644 (file)
@@ -98,7 +98,6 @@
  *                      (patch courtesy of Zoltan Hidvegi)
  */
 
-#undef REALLY_SLOW_IO          /* most systems can safely undef this */
 #define CMD640_PREFETCH_MASKS 1
 
 //#define CMD640_DUMP_REGS
index b408c6c517eaa5683f4319e8a09d73b7c05a8473..f2c5a141ca10ca1927a03abea7b8e4e01ce0a1ba 100644 (file)
@@ -21,8 +21,6 @@
  * are deemed to be part of the source code.
  */
 
-#undef REALLY_SLOW_IO          /* most systems can safely undef this */
-
 #include <linux/types.h>
 #include <linux/module.h>
 #include <linux/kernel.h>
index 9ca60dd2185e636c70df8baa1464bae5965e3495..af9aaafa55b684317069df3744d9dbe0490ecf1e 100644 (file)
@@ -87,7 +87,6 @@
  * 0.5 doesn't work.
  */
 
-#undef REALLY_SLOW_IO  /* most systems can safely undef this */
 #define OPTI621_DEBUG          /* define for debug messages */
 
 #include <linux/types.h>
index c1855311052bb06a5d12934caa95324c3378131b..f8c954690142265fcb4202f06445e340a4e5b8a5 100644 (file)
@@ -15,8 +15,6 @@
  *  Dunno if this fixes both ports, or only the primary port (?).
  */
 
-#undef REALLY_SLOW_IO          /* most systems can safely undef this */
-
 #include <linux/types.h>
 #include <linux/module.h>
 #include <linux/kernel.h>