From 577d2c049212a560f18c14893eb08451490131cd Mon Sep 17 00:00:00 2001 From: Hiten Pandya Date: Mon, 11 Apr 2005 11:00:40 +0000 Subject: [PATCH] Ick! Seems I was under a placebo, correct a last minute typo. --- sys/i386/include/thread.h | 4 ++-- sys/platform/pc32/include/thread.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/i386/include/thread.h b/sys/i386/include/thread.h index e75da2a061..b59fb0f887 100644 --- a/sys/i386/include/thread.h +++ b/sys/i386/include/thread.h @@ -33,7 +33,7 @@ * * Machine independant code should not directly include this file. * - * $DragonFly: src/sys/i386/include/Attic/thread.h,v 1.11 2005/04/11 09:58:38 hmp Exp $ + * $DragonFly: src/sys/i386/include/Attic/thread.h,v 1.12 2005/04/11 11:00:40 hmp Exp $ */ #ifndef _MACHINE_THREAD_H_ @@ -84,7 +84,7 @@ _get_mycpu(void) } #define mycpu _get_mycpu() -#define mycpuid _get_mycpy()->gd_cpuid +#define mycpuid _get_mycpu()->gd_cpuid /* * note: curthread is never NULL, but curproc can be. Also note that diff --git a/sys/platform/pc32/include/thread.h b/sys/platform/pc32/include/thread.h index c361ad7694..fa2d0c8b6e 100644 --- a/sys/platform/pc32/include/thread.h +++ b/sys/platform/pc32/include/thread.h @@ -33,7 +33,7 @@ * * Machine independant code should not directly include this file. * - * $DragonFly: src/sys/platform/pc32/include/thread.h,v 1.11 2005/04/11 09:58:38 hmp Exp $ + * $DragonFly: src/sys/platform/pc32/include/thread.h,v 1.12 2005/04/11 11:00:40 hmp Exp $ */ #ifndef _MACHINE_THREAD_H_ @@ -84,7 +84,7 @@ _get_mycpu(void) } #define mycpu _get_mycpu() -#define mycpuid _get_mycpy()->gd_cpuid +#define mycpuid _get_mycpu()->gd_cpuid /* * note: curthread is never NULL, but curproc can be. Also note that -- 2.41.0