Changeset 6a27d63 in mainline for include/proc/thread.h


Ignore:
Timestamp:
2005-05-11T21:53:09Z (20 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c884ef1
Parents:
6ba143d
Message:

Finished FPU lazy context switching - first version. I have not tested it and there are many things which must be changed when
it runs first time OK.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/proc/thread.h

    r6ba143d r6a27d63  
    7575        context_t sleep_timeout_context;
    7676        fpu_context_t saved_fpu_context;                       
     77        int fpu_context_exists;               
     78        int fpu_context_engaged;               /* Defined only if thread doesn't run. It means that fpu context is in CPU
     79                                                that last time executes this thread. This disables migration */         
    7780       
    7881       
Note: See TracChangeset for help on using the changeset viewer.