Back out a debug change that was included in commit
This commit is contained in:
parent
3f91bd6056
commit
a8b69c3efe
@ -107,7 +107,6 @@ void arm_gic0_initialize(void)
|
||||
|
||||
/* Registers with 2-bits per interrupt */
|
||||
|
||||
putreg32(0x5555ffff, GIC_ICDICFR(GIC_IRQ_SGI0)); /* SGIs are edge sensitive */
|
||||
for (irq = GIC_IRQ_SPI; irq < nlines; irq += 16)
|
||||
{
|
||||
//putreg32(0xffffffff, GIC_ICDICFR(irq)); /* SPIs edge sensitive */
|
||||
|
Loading…
Reference in New Issue
Block a user