x86: remove impossible test in mtrr/main.c
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 25 Dec 2008 06:48:43 +0000 (17:18 +1030)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 25 Dec 2008 20:46:06 +0000 (12:46 -0800)
commit71ab6b245fda6e7597a667a67cce0d26c3c7a14b
tree72d82ae0af85636fdfc6614bad5affb4e3757b9c
parent34945ede31071ac7d72270cc6c1893323f392b3f
x86: remove impossible test in mtrr/main.c

Impact: cleanup

enable_mtrr_cleanup is static, and is never set to anything but 0 or 1.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/kernel/cpu/mtrr/main.c