Changeset 7d3d641 in mainline for kernel/arch/xen32/include/asm.h
- Timestamp:
- 2006-08-01T20:45:26Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5b23a82
- Parents:
- 3e5cc686
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/xen32/include/asm.h
r3e5cc686 r7d3d641 273 273 } 274 274 275 /** Load IDTR register from memory.276 *277 * @param idtr_reg Address of memory from where to load IDTR.278 */279 static inline void idtr_load(ptr_16_32_t *idtr_reg)280 {281 __asm__ volatile ("lidtl %0\n" : : "m" (*idtr_reg));282 }283 284 275 /** Load TR from descriptor table. 285 276 *
Note:
See TracChangeset
for help on using the changeset viewer.