]> git.baikalelectronics.ru Git - kernel.git/commit
x86: Remove CONFIG_X86_OOSTORE
authorDave Jones <davej@redhat.com>
Mon, 10 Mar 2014 23:32:22 +0000 (19:32 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 11 Mar 2014 17:16:18 +0000 (10:16 -0700)
commit8def10d61fe0d593bbb3e300af064d701540fc74
tree0a58d79b93d99af21711f093d6c0bd4f7d33d6ba
parentddc3548bb12e9bcde20d361cf55eb19356a91f21
x86: Remove CONFIG_X86_OOSTORE

This was an optimization that made memcpy type benchmarks a little
faster on ancient (Circa 1998) IDT Winchip CPUs.  In real-life
workloads, it wasn't even noticable, and I doubt anyone is running
benchmarks on 16 year old silicon any more.

Given this code has likely seen very little use over the last decade,
let's just remove it.

Signed-off-by: Dave Jones <davej@fedoraproject.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/Kconfig.cpu
arch/x86/include/asm/barrier.h
arch/x86/include/asm/io.h
arch/x86/include/asm/spinlock.h
arch/x86/kernel/cpu/centaur.c
arch/x86/um/asm/barrier.h