Changeset 22a28a69 in mainline for kernel/arch/amd64/src/interrupt.c


Ignore:
Timestamp:
2010-06-28T22:28:19Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4fe907b9
Parents:
7008097
Message:

Rename decode_istate() to istate_decode() and declare it only once in
the generic interrupt.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/interrupt.c

    r7008097 r22a28a69  
    6363void (* eoi_function)(void) = NULL;
    6464
    65 void decode_istate(istate_t *istate)
     65void istate_decode(istate_t *istate)
    6666{
    6767        printf("error_word=%#llx\n", istate->error_word);
Note: See TracChangeset for help on using the changeset viewer.