git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c356bdb
)
ARM: imx6: build headsmp.o only on CONFIG_SMP
author
Shawn Guo
<shawn.guo@linaro.org>
Wed, 26 Feb 2014 11:57:56 +0000
(19:57 +0800)
committer
Shawn Guo
<shawn.guo@linaro.org>
Wed, 5 Mar 2014 02:40:50 +0000
(10:40 +0800)
With v7_cpu_resume() being moved out of headsmp.S, all the remaining
code in the file is only needed by CONFIG_SMP build. So we can control
the build of headsmp.o with only obj-$(CONFIG_SMP) now.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
No differences found