]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/x86/include/asm/io.h
x86: Don't spam POST80 codes with slow IO functions
[karo-tx-uboot.git] / arch / x86 / include / asm / io.h
index 2214958d6b8bf40db1d7db2fd7d8a9d86fe681fd..84a638da78df17ca46d8c62c4750d17bc6d97d28 100644 (file)
@@ -137,7 +137,7 @@ out:
 #ifdef SLOW_IO_BY_JUMPING
 #define __SLOW_DOWN_IO "\njmp 1f\n1:\tjmp 1f\n1:"
 #else
-#define __SLOW_DOWN_IO "\noutb %%al,$0x80"
+#define __SLOW_DOWN_IO "\noutb %%al,$0xed"
 #endif
 
 #ifdef REALLY_SLOW_IO