Skip to content

Commit

Permalink
Blackfin: SMP: enable HAVE_LEGACY_PER_CPU_AREA
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Graf Yang authored and Mike Frysinger committed Mar 9, 2010
1 parent 5792ab2 commit ead9b11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/blackfin/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit ead9b11

Please sign in to comment.