diff options
author | Graf Yang <graf.yang@analog.com> | 2009-12-14 03:01:08 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-03-09 00:30:46 -0500 |
commit | ead9b1156d4b128db9f13ee8be32cbcd3f255db9 (patch) | |
tree | 3d3bf27d88f05643d2849e32c2e8f2ec1d76e06a /arch | |
parent | 5792ab2a0a22fdaef33056ca2b31847a28b1af60 (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/blackfin/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 9409ae369517..1f075be7717f 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -258,6 +258,10 @@ config IRQ_PER_CPU | |||
258 | depends on SMP | 258 | depends on SMP |
259 | default y | 259 | default y |
260 | 260 | ||
261 | config HAVE_LEGACY_PER_CPU_AREA | ||
262 | def_bool y | ||
263 | depends on SMP | ||
264 | |||
261 | config BF_REV_MIN | 265 | config BF_REV_MIN |
262 | int | 266 | int |
263 | default 0 if (BF51x || BF52x || (BF54x && !BF54xM)) | 267 | default 0 if (BF51x || BF52x || (BF54x && !BF54xM)) |