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/alpha | |
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/alpha')
-rw-r--r-- | sys/arch/alpha/include/proc.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/alpha/include/proc.h b/sys/arch/alpha/include/proc.h index 1e4a41939f3..cc4e63074c5 100644 --- a/sys/arch/alpha/include/proc.h +++ b/sys/arch/alpha/include/proc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.h,v 1.12 2016/05/15 23:37:42 guenther Exp $ */ +/* $OpenBSD: proc.h,v 1.13 2017/04/13 03:52:25 guenther Exp $ */ /* $NetBSD: proc.h,v 1.2 1995/03/24 15:01:36 cgd Exp $ */ /* @@ -46,8 +46,6 @@ struct mdproc { struct mdbpt md_sstep[2]; /* two breakpoints for sstep */ }; -#define __HAVE_MD_TCB - /* * md_flags usage * -------------- |