diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-03-27 13:47:57 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-04-02 12:00:13 -0400 |
commit | 8d6951439ef524683057251f1231df232046b6b6 (patch) | |
tree | 84c9137dbfcba01b86aecbf0fef24176730f26b2 /arch/tile | |
parent | 34f2c0ac111aaf090c7d2432dab532640870733a (diff) | |
download | linux-8d6951439ef524683057251f1231df232046b6b6.tar.gz linux-8d6951439ef524683057251f1231df232046b6b6.tar.bz2 linux-8d6951439ef524683057251f1231df232046b6b6.zip |
arch/tile/Kconfig: remove pointless "!M386" test.
Looks like a cut and paste bug from the x86 version.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile')
-rw-r--r-- | arch/tile/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index 11270ca22c0a..30413c1d1069 100644 --- a/arch/tile/Kconfig +++ b/arch/tile/Kconfig @@ -12,7 +12,7 @@ config TILE select GENERIC_PENDING_IRQ if SMP select GENERIC_IRQ_SHOW select SYS_HYPERVISOR - select ARCH_HAVE_NMI_SAFE_CMPXCHG if !M386 + select ARCH_HAVE_NMI_SAFE_CMPXCHG # FIXME: investigate whether we need/want these options. # select HAVE_IOREMAP_PROT |