Ignore:
Timestamp:
2019-04-05T18:30:19Z (5 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
29beac8
Parents:
f4bb404
Message:

Move PIC spurious IRQ handling into arch code

As each architecture or even machine does IRQs differently, the genarch
i8259 driver cannot register the PIC spurious IRQ interrupt itself.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/include/arch/mach/malta/malta.h

    rf4bb404 rf6cf76f  
    4545
    4646#define PIC0_BASE               (MALTA_PCI_BASE + 0x20)
     47#define PIC0_SPURIOUS_IRQ       7
    4748#define PIC1_BASE               (MALTA_PCI_BASE + 0xa0)
     49#define PIC1_SPURIOUS_IRQ       15
    4850
    4951#define ISA_IRQ_COUNT           16
Note: See TracChangeset for help on using the changeset viewer.