Changeset 6a27d63 in mainline for src/proc/thread.c


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
  • src/proc/thread.c

    r6ba143d r6a27d63  
    190190                t->task = task;
    191191               
     192                t->fpu_context_exists=0;
     193                t->fpu_context_engaged=0;
     194               
    192195                /*
    193196                 * Register this thread in the system-wide list.
Note: See TracChangeset for help on using the changeset viewer.