Changeset 5d97627 in mainline for kernel/arch/mips32/include


Ignore:
Timestamp:
2019-04-04T18:50:47Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1332270
Parents:
124bc22
Message:

Use a more descriptive macro name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/include/arch/exception.h

    r124bc22 r5d97627  
    6666#define INT_TIMER  7
    6767
    68 #define INTERRUPTS    8
    69 #define HW_INTERRUPTS (INTERRUPTS - 3)
     68#define MIPS_INTERRUPTS    8
     69#define HW_INTERRUPTS      (MIPS_INTERRUPTS - 3)
    7070
    7171typedef void (* int_handler_t)(unsigned int);
Note: See TracChangeset for help on using the changeset viewer.