MIPS: Remove SLOW_DOWN_IO
authorPaul Burton <paul.burton@mips.com>
Wed, 29 Aug 2018 21:54:01 +0000 (14:54 -0700)
committerPaul Burton <paul.burton@mips.com>
Thu, 30 Aug 2018 16:41:17 +0000 (09:41 -0700)
commite966d3084596c62f152bf1dd8028d94792c9c380
tree00572bc326381492e73001064b4b9baaa309eee9
parentb962aeb022051915c26dcaba97d3ed0883bef9f5
MIPS: Remove SLOW_DOWN_IO

arch/mips appears to have inherited SLOW_DOWN_IO from arch/x86 in
antiquity, but we never define CONF_SLOWDOWN_IO so this is unused code.

Perhaps it was once useful to keep the MIPS header close to the x86
version to ease comparisons or porting changes, but they've diverged
significantly at this point & x86 does this differently now anyway.

Delete the dead code.

Signed-off-by: Paul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/20343/
Cc: linux-mips@linux-mips.org
arch/mips/include/asm/io.h