Changeset 1b03ed3 in mainline for kernel/arch/ia64/include/interrupt.h


Ignore:
Timestamp:
2007-11-16T16:20:45Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
454889c
Parents:
9c2fb97
Message:

Support for six syscall arguments on ia64.

—iSupis line, and those below, will be ignored—

M kernel/arch/ia64/include/interrupt.h
M kernel/arch/ia64/src/ivt.S
M kernel/arch/ia64/src/interrupt.c
M uspace/lib/libc/arch/ia64/src/syscall.S

File:
1 edited

Legend:

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

    r9c2fb97 r1b03ed3  
    114114       
    115115        /*
    116          * The following variables are defined only for break_instruction handler.
     116         * The following variables are defined only for break_instruction
     117         * handler.
    117118         */
    118119        uint64_t in0;
     
    121122        uint64_t in3;
    122123        uint64_t in4;
     124        uint64_t in5;
     125        uint64_t in6;
    123126} istate_t;
    124127
Note: See TracChangeset for help on using the changeset viewer.