Changeset 79f1f38f in mainline for arch/ia32/include/cpu.h
- Timestamp:
- 2005-05-09T00:35:09Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9db5b66
- Parents:
- 9c926f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/include/cpu.h
r9c926f3 r79f1f38f 31 31 32 32 #include <config.h> 33 #include <proc/thread.h> 33 34 #include <typedefs.h> 34 35 #include <arch/pm.h> … … 47 48 int stepping; 48 49 struct tss *tss; 50 thread_t *fpu_owner; 49 51 }; 50 52 51 53 54 void set_TS_flag(void); 55 void reset_TS_flag(void); 56 52 57 #endif
Note:
See TracChangeset
for help on using the changeset viewer.