Changeset e7b7be3f in mainline for kernel/arch/ia32/include/cpuid.h
- Timestamp:
- 2007-01-22T13:10:08Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0f3fc9b
- Parents:
- 62c63fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/cpuid.h
r62c63fc re7b7be3f 77 77 uint32_t val, ret; 78 78 79 __asm__volatile (79 asm volatile ( 80 80 "pushf\n" /* read flags */ 81 81 "popl %0\n" … … 100 100 static inline void cpuid(uint32_t cmd, cpu_info_t *info) 101 101 { 102 __asm__volatile (102 asm volatile ( 103 103 "movl %4, %%eax\n" 104 104 "cpuid\n"
Note:
See TracChangeset
for help on using the changeset viewer.