Changeset 0ca6faa in mainline for arch/mips/Makefile.inc


Ignore:
Timestamp:
2005-05-08T22:32:29Z (20 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2265edf
Parents:
c4a5207f
Message:

Move fpu_context switching functions from context.s to fpu_context.c on all platforms.
Add fpu_context.h.

Make before_thread_runs() arch-independent and create arch dependent version before_thread_runs_arch().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/Makefile.inc

    rc4a5207f r0ca6faa  
    3131        arch/mm/frame.c \
    3232        arch/mm/page.c \
    33         arch/mm/tlb.c
     33        arch/mm/tlb.c \
     34        arch/fpu_context.c
Note: See TracChangeset for help on using the changeset viewer.