Changeset 37b451f7 in mainline for arch/amd64/include/asm.h
- Timestamp:
- 2006-02-07T02:22:44Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 65640fef
- Parents:
- dd4d6b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/asm.h
rdd4d6b0 r37b451f7 73 73 static inline void outb(__u16 port, __u8 val) { __asm__ volatile ("outb %b0, %w1\n" : : "a" (val), "d" (port) ); } 74 74 75 /** Swap Hidden part of GS register with visible one */ 76 static inline void swapgs(void) { __asm__ volatile("swapgs"); } 77 75 78 /** Enable interrupts. 76 79 *
Note:
See TracChangeset
for help on using the changeset viewer.