summaryrefslogtreecommitdiffstats
path: root/kernel/debug
diff options
context:
space:
mode:
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>2015-03-03 11:43:14 +0100
committerJason Cooper <jason@lakedaemon.net>2015-03-08 05:21:33 +0000
commit933a24b06b42617ef9fffece1857c5c4b23329aa (patch)
tree5461b7903616c587e0bdaf4b8af941b0dec6a915 /kernel/debug
parent5724be8464dceac047c1eaddaa3651cea0ec16ca (diff)
downloadlinux-stable-933a24b06b42617ef9fffece1857c5c4b23329aa.tar.gz
linux-stable-933a24b06b42617ef9fffece1857c5c4b23329aa.tar.bz2
linux-stable-933a24b06b42617ef9fffece1857c5c4b23329aa.zip
irqchip: armada-370-xp: Initialize per cpu registers when CONFIG_SMP=N
The irqchip driver called armada_xp_mpic_smp_cpu_init() when CONFIG_SMP=Y to initialize some per cpu registers. The function is called on each CPU by calling it explicitly on the boot CPU and then using a CPU notifier for the non boot CPUs. This commit removes the CONFIG_SMP constrain, so the per cpu registers are also initialized when CONFIG_SMP=N, which is the right thing to do. Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Link: https://lkml.kernel.org/r/1425379400-4346-2-git-send-email-maxime.ripard@free-electrons.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'kernel/debug')
0 files changed, 0 insertions, 0 deletions