Changeset 68d8736 in mainline for kernel/arch/mips32/src/exception.c


Ignore:
Timestamp:
2019-03-31T13:30:01Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f5dd4a1
Parents:
bbb99f82
Message:

Add kconsole input/output support to mips32/malta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/src/exception.c

    rbbb99f82 r68d8736  
    189189                                 */
    190190                                irq->handler(irq);
     191                                if (irq->cir)
     192                                        irq->cir(irq->cir_arg, i);
    191193                                irq_spinlock_unlock(&irq->lock, false);
    192194                        } else {
Note: See TracChangeset for help on using the changeset viewer.