mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 12:38:18 +00:00
Back out a debug change that was included in commit
This commit is contained in:
parent
3f91bd6056
commit
a8b69c3efe
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue