Changeset 79f1f38f in mainline for arch/ia32/include/cpu.h


Ignore:
Timestamp:
2005-05-09T00:35: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:
9db5b66
Parents:
9c926f3
Message:

Functions for switching TS flag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/include/cpu.h

    r9c926f3 r79f1f38f  
    3131
    3232#include <config.h>
     33#include <proc/thread.h>
    3334#include <typedefs.h>
    3435#include <arch/pm.h>
     
    4748        int stepping;
    4849        struct tss *tss;
     50        thread_t *fpu_owner;
    4951};
    5052
    5153
     54void set_TS_flag(void);
     55void reset_TS_flag(void);
     56
    5257#endif
Note: See TracChangeset for help on using the changeset viewer.