Changeset 1332270 in mainline
- Timestamp:
- 2019-04-04T19:18:28Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f4bb404
- Parents:
- 5d97627
- Location:
- kernel/arch/mips32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/arch/mach/malta/malta.h
r5d97627 r1332270 47 47 #define PIC1_BASE (MALTA_PCI_BASE + 0xa0) 48 48 49 #define ISA_IRQ_COUNT 16 50 49 51 #define TTY_BASE (MALTA_PCI_BASE + 0x3f8) 50 52 #define TTY_ISA_IRQ 4 -
kernel/arch/mips32/src/mach/malta/malta.c
r5d97627 r1332270 89 89 void malta_init(void) 90 90 { 91 irq_init( 16, 16);91 irq_init(ISA_IRQ_COUNT, ISA_IRQ_COUNT); 92 92 93 93 i8259_init((i8259_t *) PIC0_BASE, (i8259_t *) PIC1_BASE, 2, 0, 8);
Note:
See TracChangeset
for help on using the changeset viewer.