Skip to content

Commit 2887161

Browse files
author
Daniel Rossier
committed
(bis)
1 parent 26eff0c commit 2887161

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

so3/devices/irq/gic.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,10 +658,11 @@ static int gic_init(dev_t *dev, int fdt_offset)
658658
int prop_len;
659659
int cpu;
660660

661-
for (cpu = 0; cpu < CONFIG_NR_CPUS; cpu++) {
661+
for (cpu = 0; cpu < CONFIG_NR_CPUS; cpu++)
662+
{
662663
spin_lock_init(&per_cpu(intc_lock, cpu));
663664
}
664-
665+
665666
gic = (gic_t *) malloc(sizeof(gic_t));
666667
BUG_ON(!gic);
667668

0 commit comments

Comments
 (0)