Commit 93d6132f authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] remove ancient workaround.

unneeded these days..
parent 5d541737
......@@ -928,18 +928,6 @@ static inline void fdc_setup_dma(char mode,
set_dma_mode(fdc.dma, mode);
set_dma_addr(fdc.dma, virt_to_bus((void*)addr));
set_dma_count(fdc.dma, count);
#ifdef GCC_2_4_5_BUG
/* This seemingly stupid construction confuses the gcc-2.4.5
* code generator enough to create correct code.
*/
if (1) {
int i;
for (i = 0; i < 1; ++i) {
ftape_udelay(1);
}
}
#endif
enable_dma(fdc.dma);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment