projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
596c405
)
irqchip: hip04: Initialize hip04_cpu_map to 0xffff
author
Wang Long
<long.wanglong@huawei.com>
Thu, 11 Dec 2014 11:03:36 +0000
(11:03 +0000)
committer
Jason Cooper
<jason@lakedaemon.net>
Wed, 7 Jan 2015 02:13:18 +0000
(
02:13
+0000)
HiP04 GIC extends to support 16 cores, so we should
initialize the hip04_cpu_map to 0xffff.
Signed-off-by: Wang Long <long.wanglong@huawei.com>
Acked-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Link:
https://lkml.kernel.org/r/1418295816-179583-1-git-send-email-long.wanglong@huawei.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/irq-hip04.c
patch
|
blob
|
history
diff --git
a/drivers/irqchip/irq-hip04.c
b/drivers/irqchip/irq-hip04.c
index 29b8f21b74d0a5868b7ee4034bee285c07bb332b..6bc2deb73d533b3a226f66c2ef17ed2aa3eaf3bb 100644
(file)
--- a/
drivers/irqchip/irq-hip04.c
+++ b/
drivers/irqchip/irq-hip04.c
@@
-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.
*/
for (i = 0; i < NR_HIP04_CPU_IF; i++)
- hip04_cpu_map[i] = 0xff;
+ hip04_cpu_map[i] = 0xff
ff
;
/*
* Find out how many interrupts are supported.