projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa43972
)
sh: Don't enable clockevents broadcasting on UP SH-X3 builds.
author
Paul Mundt
<lethal@linux-sh.org>
Fri, 5 Sep 2008 06:36:39 +0000
(15:36 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 8 Sep 2008 01:35:04 +0000
(10:35 +0900)
Fixes up compile errors with missing timer definitions. It's pointless to
have this enabled anyways if CONFIG_SMP=n.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/Kconfig
b/arch/sh/Kconfig
index 399664c1f386c4ca64ab767d9d3916d6a132bbab..af2b174fd7d9c7b1310fb40dfc304e9e76e144dc 100644
(file)
--- a/
arch/sh/Kconfig
+++ b/
arch/sh/Kconfig
@@
-326,7
+326,7
@@
config CPU_SUBTYPE_SHX3
select ARCH_SPARSEMEM_ENABLE
select SYS_SUPPORTS_NUMA
select SYS_SUPPORTS_SMP
- select GENERIC_CLOCKEVENTS_BROADCAST
+ select GENERIC_CLOCKEVENTS_BROADCAST
if SMP
# SH4AL-DSP Processor Support