Changeset f429331 in mainline for kernel/arch/ia32/include/cpu.h
- Timestamp:
- 2007-01-21T18:52:11Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- da1f9dc
- Parents:
- 8dbc18c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/cpu.h
r8dbc18c rf429331 43 43 #define EFLAGS_RF (1 << 16) 44 44 45 struct cpu_arch{45 typedef struct { 46 46 int vendor; 47 47 int family; … … 51 51 52 52 count_t iomapver_copy; /** Copy of TASK's I/O Permission bitmap generation count. */ 53 } ;53 } cpu_arch_t; 54 54 55 55
Note:
See TracChangeset
for help on using the changeset viewer.