Changeset e7b7be3f in mainline for kernel/arch/ia32/src/cpu/cpu.c
- 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/src/cpu/cpu.c
r62c63fc re7b7be3f 72 72 void fpu_disable(void) 73 73 { 74 __asm__volatile (74 asm volatile ( 75 75 "mov %%cr0,%%eax;" 76 76 "or $8,%%eax;" … … 84 84 void fpu_enable(void) 85 85 { 86 __asm__volatile (86 asm volatile ( 87 87 "mov %%cr0,%%eax;" 88 88 "and $0xffFFffF7,%%eax;"
Note:
See TracChangeset
for help on using the changeset viewer.