Changeset e1be3b6 in mainline for arch/ia32/src
- Timestamp:
- 2006-03-23T21:18:58Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9cbd27b
- Parents:
- 3b712407
- Location:
- arch/ia32/src
- Files:
-
- 2 edited
-
ia32.c (modified) (1 diff)
-
userspace.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/ia32.c
r3b712407 re1be3b6 110 110 } 111 111 112 /** Set Thread-local-storeage pointer112 /** Set thread-local-storage pointer 113 113 * 114 114 * TLS pointer is set in GS register. That means, the GS contains -
arch/ia32/src/userspace.c
r3b712407 re1be3b6 43 43 { 44 44 ipl_t ipl; 45 45 46 46 ipl = interrupts_disable(); 47 47
Note:
See TracChangeset
for help on using the changeset viewer.
