summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/arm/include/proc.h')
-rw-r--r--sys/arch/arm/include/proc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/arm/include/proc.h b/sys/arch/arm/include/proc.h
index 865d084fff2..740537720ab 100644
--- a/sys/arch/arm/include/proc.h
+++ b/sys/arch/arm/include/proc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: proc.h,v 1.4 2016/09/24 21:02:31 patrick Exp $ */
+/* $OpenBSD: proc.h,v 1.5 2017/04/13 03:52:25 guenther Exp $ */
/* $NetBSD: proc.h,v 1.5 2003/03/01 04:36:39 thorpej Exp $ */
/*
@@ -47,6 +47,4 @@ struct mdproc {
void *pmc_state; /* port-specific pmc state */
};
-#define __HAVE_MD_TCB
-
#endif /* _ARM_PROC_H_ */