diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-03-27 13:47:57 -0400 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2012-05-31 00:43:18 +0100 |
commit | 31edc012f05bd1cea61df32b4f22f5227bba72d5 (patch) | |
tree | 7234528e85ede68a0e9652ffbc4a0ffc146b3253 /arch/tile | |
parent | d1769176aefab1db270cf1b10aca2a1a0a5dfb71 (diff) |
arch/tile/Kconfig: remove pointless "!M386" test.
commit 8d6951439ef524683057251f1231df232046b6b6 upstream.
Looks like a cut and paste bug from the x86 version.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
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 70a0de46cd1b..7c9d2d425d6f 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 |