Changeset aa4e8d7 in mainline for include/proc/thread.h


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

Remove fpu_context pointer from context_t.
Add fpu_context statically to thread_t.
Two functions for saving and restoring FPU context on lazy switch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/proc/thread.h

    re9b9e12 raa4e8d7  
    7373        context_t saved_context;
    7474        context_t sleep_timeout_context;
    75 
     75        fpu_context_t saved_fpu;                       
     76       
     77       
    7678        waitq_t *sleep_queue;
    7779        timeout_t sleep_timeout;
Note: See TracChangeset for help on using the changeset viewer.