Changeset 8fe5980 in mainline for kernel/arch/ia32/include/cpu.h
- Timestamp:
- 2008-12-16T18:59:07Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 76fca31
- Parents:
- 9cc492a7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/cpu.h
r9cc492a7 r8fe5980 52 52 53 53 typedef struct { 54 int vendor;55 int family;56 int model;57 int stepping;54 unsigned int vendor; 55 unsigned int family; 56 unsigned int model; 57 unsigned int stepping; 58 58 struct tss *tss; 59 59
Note:
See TracChangeset
for help on using the changeset viewer.