瀏覽代碼

Blackfin: SMP: enable HAVE_LEGACY_PER_CPU_AREA

The current Blackfin SMP code relies on the legacy cpu area code, so
select it until we port things to the newer code.

Signed-off-by: Graf Yang <graf.yang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Graf Yang 15 年之前
父節點
當前提交
ead9b1156d
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      arch/blackfin/Kconfig

+ 4 - 0
arch/blackfin/Kconfig

@@ -258,6 +258,10 @@ config IRQ_PER_CPU
 	depends on SMP
 	depends on SMP
 	default y
 	default y
 
 
+config HAVE_LEGACY_PER_CPU_AREA
+	def_bool y
+	depends on SMP
+
 config BF_REV_MIN
 config BF_REV_MIN
 	int
 	int
 	default 0 if (BF51x || BF52x || (BF54x && !BF54xM))
 	default 0 if (BF51x || BF52x || (BF54x && !BF54xM))