dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Graf Yang 2009-12-14 08:01:08 +00:00 committed by Mike Frysinger
parent 5792ab2a0a
commit ead9b1156d
1 changed files with 4 additions and 0 deletions

View File

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