Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03d3d45b authored by Wang Long's avatar Wang Long Committed by Jason Cooper
Browse files

irqchip: hip04: Initialize hip04_cpu_map to 0xffff



HiP04 GIC extends to support 16 cores, so we should
initialize the hip04_cpu_map to 0xffff.

Signed-off-by: default avatarWang Long <long.wanglong@huawei.com>
Acked-by: default avatarHaojian Zhuang <haojian.zhuang@linaro.org>
Link: https://lkml.kernel.org/r/1418295816-179583-1-git-send-email-long.wanglong@huawei.com


Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 596c4051
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -381,7 +381,7 @@ hip04_of_init(struct device_node *node, struct device_node *parent)
	 * It will be refined as each CPU probes its ID.
	 * It will be refined as each CPU probes its ID.
	 */
	 */
	for (i = 0; i < NR_HIP04_CPU_IF; i++)
	for (i = 0; i < NR_HIP04_CPU_IF; i++)
		hip04_cpu_map[i] = 0xff;
		hip04_cpu_map[i] = 0xffff;


	/*
	/*
	 * Find out how many interrupts are supported.
	 * Find out how many interrupts are supported.