diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2017-04-13 03:52:26 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2017-04-13 03:52:26 +0000 |
commit | 0a56ad550d93f3f682ca8025cf0551076161de8d (patch) | |
tree | 936e76255cde4d19880af1bc256734c1ee2fdb1e /sys/arch/i386/include | |
parent | 2cb4e233b2f5b01c7c2be614b500f906457581d4 (diff) |
Provide mips64 with kernel-facing TCB_{GET,SET} macros that store it
in struct mdproc. With that, all archs have those and the __HAVE_MD_TCB
macro can be unifdef'ed as always defined.
ok kettenis@ visa@ jsing@
Diffstat (limited to 'sys/arch/i386/include')
-rw-r--r-- | sys/arch/i386/include/proc.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/include/proc.h b/sys/arch/i386/include/proc.h index 87af97caf14..811577a20ea 100644 --- a/sys/arch/i386/include/proc.h +++ b/sys/arch/i386/include/proc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.h,v 1.6 2011/12/24 04:27:56 guenther Exp $ */ +/* $OpenBSD: proc.h,v 1.7 2017/04/13 03:52:25 guenther Exp $ */ /* $NetBSD: proc.h,v 1.10 1995/08/06 05:33:23 mycroft Exp $ */ /* @@ -44,5 +44,3 @@ struct mdproc { /* md_flags */ #define MDP_USEDFPU 0x0001 /* has used the FPU */ - -#define __HAVE_MD_TCB |