Changeset 2382d09 in mainline for arch/amd64/include
- Timestamp:
- 2006-04-29T15:01:41Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 407862e
- Parents:
- 69a5600
- Location:
- arch/amd64/include
- Files:
-
- 1 added
- 2 edited
-
cpu.h (modified) (1 diff)
-
ddi/ddi.h (added)
-
proc/task.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/cpu.h
r69a5600 r2382d09 58 58 int stepping; 59 59 struct tss *tss; 60 61 count_t iomapver_copy; /** Copy of TASK's I/O Permission bitmap generation count. */ 60 62 }; 61 63 -
arch/amd64/include/proc/task.h
r69a5600 r2382d09 35 35 36 36 typedef struct { 37 bitmap_t iomap; 37 count_t iomapver; /**< I/O Permission bitmap Generation counter. */ 38 bitmap_t iomap; /**< I/O Permission bitmap. */ 38 39 } task_arch_t; 39 40
Note:
See TracChangeset
for help on using the changeset viewer.
