summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2017-04-13 03:52:26 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2017-04-13 03:52:26 +0000
commit0a56ad550d93f3f682ca8025cf0551076161de8d (patch)
tree936e76255cde4d19880af1bc256734c1ee2fdb1e /sys/arch/sparc64/include
parent2cb4e233b2f5b01c7c2be614b500f906457581d4 (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/sparc64/include')
-rw-r--r--sys/arch/sparc64/include/proc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/proc.h b/sys/arch/sparc64/include/proc.h
index 59ad6e5a1b6..48c39e47aa9 100644
--- a/sys/arch/sparc64/include/proc.h
+++ b/sys/arch/sparc64/include/proc.h
@@ -48,5 +48,3 @@ struct mdproc {
struct fpstate64 *md_fpstate; /* fpu state, if any; always resident */
volatile int md_astpending;
};
-
-#define __HAVE_MD_TCB