mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-21 03:17:18 +00:00
189ce92b4c
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
32 lines
950 B
Diff
32 lines
950 B
Diff
From 083a3c3d326ad085b05c8606f4ea8594ca6467b8 Mon Sep 17 00:00:00 2001
|
|
From: Chris Metcalf <cmetcalf@tilera.com>
|
|
Date: Tue, 27 Mar 2012 13:47:57 -0400
|
|
Subject: [PATCH 014/117] 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>
|
|
---
|
|
arch/tile/Kconfig | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig
|
|
index 70a0de4..7c9d2d4 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
|
|
--
|
|
1.7.9.5
|
|
|