From 0a56ad550d93f3f682ca8025cf0551076161de8d Mon Sep 17 00:00:00 2001 From: Philip Guenther Date: Thu, 13 Apr 2017 03:52:26 +0000 Subject: 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@ --- sys/arch/m88k/include/proc.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/arch/m88k') diff --git a/sys/arch/m88k/include/proc.h b/sys/arch/m88k/include/proc.h index 8b5ff9939f3..25c0a4445b0 100644 --- a/sys/arch/m88k/include/proc.h +++ b/sys/arch/m88k/include/proc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.h,v 1.7 2014/03/18 22:36:34 miod Exp $ */ +/* $OpenBSD: proc.h,v 1.8 2017/04/13 03:52:25 guenther Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -67,6 +67,4 @@ struct mdproc { u_int md_bp1save; }; -#define __HAVE_MD_TCB - #endif /* _M88K_PROC_H_ */ -- cgit v1.2.3