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

Do not send EOI to pic1 for the first 8 IRQs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/include/arch/interrupt.h

    r29beac8 ref56a43  
    8686extern void (*disable_irqs_function)(uint16_t);
    8787extern void (*enable_irqs_function)(uint16_t);
    88 extern void (*eoi_function)(void);
     88extern void (*eoi_function)(unsigned int);
    8989extern const char *irqs_info;
    9090
Note: See TracChangeset for help on using the changeset viewer.