Changeset 741ade3f in mainline for arch/amd64/src/userspace.c
- Timestamp:
- 2006-03-21T22:45:32Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 45fb65c
- Parents:
- 018d957e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/userspace.c
r018d957e r741ade3f 46 46 ipl = interrupts_disable(); 47 47 48 /* Clear CF,PF,AF,ZF,SF,DF,OF */ 49 ipl &= ~ (0xbc4); 50 48 51 __asm__ volatile ("" 49 52 "pushq %0\n"
Note:
See TracChangeset
for help on using the changeset viewer.