Changeset a6d4ceb in mainline for arch/ia32/include/proc/thread.h
- Timestamp:
- 2006-04-13T14:27:30Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 963074b3
- Parents:
- 1ace9ea
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/include/proc/thread.h
r1ace9ea ra6d4ceb 30 30 #define __ia32_THREAD_H__ 31 31 32 #define ARCH_THREAD_DATA __native tls; 32 #include <arch/types.h> 33 34 typedef struct { 35 __native tls; 36 } thread_arch_t; 33 37 34 38 #endif
Note:
See TracChangeset
for help on using the changeset viewer.