Changeset ffdfcf0 in mainline for arch/ia64/include/interrupt.h


Ignore:
Timestamp:
2006-05-06T12:59:30Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ecf3722
Parents:
c6c59ccd
Message:

Complete implementation of memcpy_from_uspace() and memcpy_to_uspace().
The memcpy() variants are based on the assembler output of the generic
_memcpy().

File:
1 edited

Legend:

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

    rc6c59ccd rffdfcf0  
    109109static inline void istate_set_retaddr(istate_t *istate, __address retaddr)
    110110{
    111         /* TODO */
     111        istate->cr_iip = retaddr;
     112        istate->cr_ipsr.ri = 0;         /* return to instruction slot #0 */
    112113}
    113114
Note: See TracChangeset for help on using the changeset viewer.