Changeset f5e39a32 in mainline for kernel/arch/ppc32/src/drivers/pic.c


Ignore:
Timestamp:
2006-10-17T15:19:16Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
79f30e4f
Parents:
58a6d997
Message:

ppc32: update for new IRQ subsystem (there is still a bug left)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/src/drivers/pic.c

    r58a6d997 rf5e39a32  
    8181
    8282        pending = pic[PIC_PENDING_LOW];
    83         if (pending) {
     83        if (pending)
    8484                return fnzb32(pending);
    85         }
     85       
    8686        pending = pic[PIC_PENDING_HIGH];
    87         if (pending) {
     87        if (pending)
    8888                return fnzb32(pending) + 32;
    89         }
     89       
    9090        return -1;
    9191}
Note: See TracChangeset for help on using the changeset viewer.