Finish migrating the cpl into the thread structure.
[dragonfly.git] / sys / i386 / include / thread.h
1 /*
2  * i386/include/thread.h
3  *
4  * $DragonFly: src/sys/i386/include/Attic/thread.h,v 1.2 2003/06/22 08:54:20 dillon Exp $
5  */
6
7 struct mi_thread {
8     unsigned int        mtd_cpl;
9 };
10
11 #define td_cpl  td_mach.mtd_cpl
12