diff options
author | Ingo Molnar <mingo@kernel.org> | 2015-02-03 12:22:18 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-02-03 12:22:18 +0100 |
commit | 8dbcb8737cdd564dd58156b890e567595d8a778d (patch) | |
tree | 7768af62c42fd167b95d7b0cf461aab37d61497e /drivers/irqchip/irq-hip04.c | |
parent | 772a9aca12567badb5b9caf2af249a5991f47ea8 (diff) | |
parent | e36f014edff70fc02b3d3d79cead1d58f289332e (diff) | |
download | op-kernel-dev-8dbcb8737cdd564dd58156b890e567595d8a778d.zip op-kernel-dev-8dbcb8737cdd564dd58156b890e567595d8a778d.tar.gz |
Merge tag 'v3.19-rc7' into x86/asm, to refresh the branch before pulling in new changes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'drivers/irqchip/irq-hip04.c')
-rw-r--r-- | drivers/irqchip/irq-hip04.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-hip04.c b/drivers/irqchip/irq-hip04.c index 29b8f21..6bc2deb 100644 --- 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] = 0xffff; /* * Find out how many interrupts are supported. |