Changeset 0ca6faa in mainline for include/context.h


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
  • include/context.h

    rc4a5207f r0ca6faa  
    3131
    3232#include <typedefs.h>
     33#include "fpu_context.h"
     34
    3335
    3436extern int context_save(context_t *c);
    3537extern void context_restore(context_t *c) __attribute__ ((noreturn));
    3638
     39
     40
    3741#endif
Note: See TracChangeset for help on using the changeset viewer.