aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/tile/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig
index 9a9d08637ab9..d8885fd87603 100644
--- a/arch/tile/Kconfig
+++ b/arch/tile/Kconfig
@@ -43,9 +43,6 @@ config MMU
43config GENERIC_CSUM 43config GENERIC_CSUM
44 def_bool y 44 def_bool y
45 45
46config SEMAPHORE_SLEEPERS
47 def_bool y
48
49config HAVE_ARCH_ALLOC_REMAP 46config HAVE_ARCH_ALLOC_REMAP
50 def_bool y 47 def_bool y
51 48
@@ -70,12 +67,6 @@ config HUGETLB_SUPER_PAGES
70config RWSEM_GENERIC_SPINLOCK 67config RWSEM_GENERIC_SPINLOCK
71 def_bool y 68 def_bool y
72 69
73# We have a very flat architecture from a migration point of view,
74# so save boot time by presetting this (particularly useful on tile-sim).
75config DEFAULT_MIGRATION_COST
76 int
77 default "10000000"
78
79# We only support gcc 4.4 and above, so this should work. 70# We only support gcc 4.4 and above, so this should work.
80config ARCH_SUPPORTS_OPTIMIZED_INLINING 71config ARCH_SUPPORTS_OPTIMIZED_INLINING
81 def_bool y 72 def_bool y