Changeset 9db5b66 in mainline for arch/mips/src


Ignore:
Timestamp:
2005-05-11T00:14:42Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
00a44bc
Parents:
79f1f38f
Message:

Move architecture independent memcopy() and memsetb() out of MIPS subtree and place them in src/lib/ as _memcopy() and _memsetb().
Add MIPS native memsetb().
Add IA-64 native memcpy().

More complete and *almost* functional versions of IA-64 context_save() and context_restore().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/src/asm.s

    r79f1f38f r9db5b66  
    144144
    145145
     146.global memsetb
     147memsetb:
     148        j _memsetb
     149        nop
     150
    146151# THIS IS USERSPACE CODE
    147152.global utext
Note: See TracChangeset for help on using the changeset viewer.