projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5792ab2
)
Blackfin: SMP: enable HAVE_LEGACY_PER_CPU_AREA
author
Graf Yang
<graf.yang@analog.com>
Mon, 14 Dec 2009 08:01:08 +0000
(08:01 +0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Tue, 9 Mar 2010 05:30:46 +0000
(
00:30
-0500)
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>
arch/blackfin/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/blackfin/Kconfig
b/arch/blackfin/Kconfig
index 9409ae36951708fbfeaf4638d52d3744360f7807..1f075be7717f96322a1f1353c85919c4237425bb 100644
(file)
--- a/
arch/blackfin/Kconfig
+++ b/
arch/blackfin/Kconfig
@@
-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))