Changeset a6d4ceb in mainline for arch/ia32/include
- Timestamp:
- 2006-04-13T14:27:30Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 963074b3
- Parents:
- 1ace9ea
- Location:
- arch/ia32/include
- Files:
-
- 1 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/include/pm.h
r1ace9ea ra6d4ceb 129 129 unsigned : 16; 130 130 unsigned : 16; 131 __u16 io_map_base; 131 __u16 iomap_base; 132 __u8 iomap[0x10000+1]; /* 64K + 1 terminating byte */ 132 133 } __attribute__ ((packed)); 133 134 -
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.