Changeset 0ca6faa in mainline for arch/mips


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().

Location:
arch/mips
Files:
1 added
2 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
  • arch/mips/src/fake.s

    rc4a5207f r0ca6faa  
    3333.global asm_delay_loop
    3434.global userspace
    35 .global before_thread_runs
     35.global _before_thread_runs_arch
    3636
    37 before_thread_runs:
     37before_thread_runs_arch:
    3838userspace:
    3939calibrate_delay_loop:
Note: See TracChangeset for help on using the changeset viewer.