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) |
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 | |||
12 | select GENERIC_PENDING_IRQ if SMP | 12 | select GENERIC_PENDING_IRQ if SMP |
13 | select GENERIC_IRQ_SHOW | 13 | select GENERIC_IRQ_SHOW |
14 | select SYS_HYPERVISOR | 14 | select SYS_HYPERVISOR |
15 | select ARCH_HAVE_NMI_SAFE_CMPXCHG if !M386 | 15 | select ARCH_HAVE_NMI_SAFE_CMPXCHG |
16 | 16 | ||
17 | # FIXME: investigate whether we need/want these options. | 17 | # FIXME: investigate whether we need/want these options. |
18 | # select HAVE_IOREMAP_PROT | 18 | # select HAVE_IOREMAP_PROT |