Changeset 76cec1e in mainline for include/proc/thread.h


Ignore:
Timestamp:
2005-07-15T21:57:30Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b4a4c5e3
Parents:
e41c47e
Message:

Huge indentation fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/proc/thread.h

    re41c47e r76cec1e  
    7474        context_t saved_context;
    7575        context_t sleep_timeout_context;
    76         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 */         
    80        
    81        
     76        fpu_context_t saved_fpu_context;
     77        int fpu_context_exists;
     78
     79        /*
     80         * Defined only if thread doesn't run.
     81         * It means that fpu context is in CPU that last time executes this thread.
     82         * This disables migration
     83         */
     84        int fpu_context_engaged;
     85
    8286        waitq_t *sleep_queue;
    8387        timeout_t sleep_timeout;
Note: See TracChangeset for help on using the changeset viewer.