projects
/
GitHub
/
LineageOS
/
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:
59cf19a
)
ARM: EXYNOS: Set .smp field of machine descriptor for exynos4-dt
author
Tomasz Figa
<t.figa@samsung.com>
Sun, 21 Oct 2012 23:16:44 +0000
(08:16 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Sun, 21 Oct 2012 23:16:44 +0000
(08:16 +0900)
This patch adds missing initializer of .smp field of machine descriptor
of EXYNOS 4 DT machine.
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/mach-exynos4-dt.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-exynos/mach-exynos4-dt.c
b/arch/arm/mach-exynos/mach-exynos4-dt.c
index e58d786faf78c773636f10b168415df2c0ac61ef..eadf4b59e7d28e6ae1d254f0f86a398759d5f9bc 100644
(file)
--- a/
arch/arm/mach-exynos/mach-exynos4-dt.c
+++ b/
arch/arm/mach-exynos/mach-exynos4-dt.c
@@
-99,6
+99,7
@@
static char const *exynos4_dt_compat[] __initdata = {
DT_MACHINE_START(EXYNOS4210_DT, "Samsung Exynos4 (Flattened Device Tree)")
/* Maintainer: Thomas Abraham <thomas.abraham@linaro.org> */
+ .smp = smp_ops(exynos_smp_ops),
.init_irq = exynos4_init_irq,
.map_io = exynos4_dt_map_io,
.handle_irq = gic_handle_irq,