X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/92e4c1e5a7c07d7726b3b5eafccc67bb72d5ea67..8f41e33b4a1767df0bdc266c7185d3fbef3dbaca:/sys/i386/include/thread.h diff --git a/sys/i386/include/thread.h b/sys/i386/include/thread.h index 7a192ba0ec..9302a1dc11 100644 --- a/sys/i386/include/thread.h +++ b/sys/i386/include/thread.h @@ -1,10 +1,12 @@ /* * i386/include/thread.h * - * $DragonFly: src/sys/i386/include/Attic/thread.h,v 1.1 2003/06/21 07:54:56 dillon Exp $ + * $DragonFly: src/sys/i386/include/Attic/thread.h,v 1.2 2003/06/22 08:54:20 dillon Exp $ */ struct mi_thread { unsigned int mtd_cpl; }; +#define td_cpl td_mach.mtd_cpl +