Changeset 9db5b66 in mainline for arch/mips/Makefile.inc


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/Makefile.inc

    r79f1f38f r9db5b66  
    2727        arch/interrupt.c \
    2828        arch/cache.c \
    29         arch/lib/memstr.c \
    3029        arch/cpu/cpu.c \
    3130        arch/mm/frame.c \
Note: See TracChangeset for help on using the changeset viewer.