Changeset 776c91a in mainline for arch/amd64/include
- Timestamp:
- 2005-09-03T18:32:50Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 78665c0
- Parents:
- 5e2455a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/pm.h
r5e2455a r776c91a 117 117 } __attribute__ ((packed)); 118 118 119 struct ptr_16_32 { 120 __u16 limit; 121 __u32 base; 122 } __attribute__ ((packed)); 123 119 124 struct tss { 120 125 __u32 reserve1; … … 141 146 142 147 extern struct ptr_16_64 gdtr; 148 extern struct ptr_16_32 bsp_bootstrap_gdtr; 149 extern struct ptr_16_32 ap_bootstrap_gdtr; 143 150 144 151 extern void pm_init(void);
Note:
See TracChangeset
for help on using the changeset viewer.