From: "Andi Kleen" Remove unused and broken code in io.h Signed-off-by: Andi Kleen Signed-off-by: Andrew Morton --- 25-akpm/include/asm-x86_64/io.h | 4 ---- 1 files changed, 4 deletions(-) diff -puN include/asm-x86_64/io.h~x86_64-remove-unused-and-broken-code-in-ioh include/asm-x86_64/io.h --- 25/include/asm-x86_64/io.h~x86_64-remove-unused-and-broken-code-in-ioh Wed Mar 23 15:38:35 2005 +++ 25-akpm/include/asm-x86_64/io.h Wed Mar 23 15:38:35 2005 @@ -36,11 +36,7 @@ * - Arnaldo Carvalho de Melo */ -#ifdef SLOW_IO_BY_JUMPING -#define __SLOW_DOWN_IO "\njmp 1f\n1:\tjmp 1f\n1:" -#else #define __SLOW_DOWN_IO "\noutb %%al,$0x80" -#endif #ifdef REALLY_SLOW_IO #define __FULL_SLOW_DOWN_IO __SLOW_DOWN_IO __SLOW_DOWN_IO __SLOW_DOWN_IO __SLOW_DOWN_IO _