summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
diff options
context:
space:
mode:
authorScott Soule Cheloha <cheloha@cvs.openbsd.org>2023-07-02 19:02:29 +0000
committerScott Soule Cheloha <cheloha@cvs.openbsd.org>2023-07-02 19:02:29 +0000
commit6ab04ff568e8500392a500a635857450d6d69369 (patch)
tree646c660f0fd9a491e1982c9773d599ff35abdfab /sys/arch/mips64
parent4fd9808494c2101f7ad6f8d4e93f9187c9ce65da (diff)
all platforms, kernel: remove __HAVE_CLOCKINTR symbol
Every platform made the clockintr switch at least six months ago. The __HAVE_CLOCKINTR symbol is now redundant. Remove it. Prompted by claudio@. Link: https://marc.info/?l=openbsd-tech&m=168826181015032&w=2 "makes sense" mlarkin@
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r--sys/arch/mips64/include/_types.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mips64/include/_types.h b/sys/arch/mips64/include/_types.h
index 535abead1de..87e43ebeefe 100644
--- a/sys/arch/mips64/include/_types.h
+++ b/sys/arch/mips64/include/_types.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: _types.h,v 1.24 2022/11/19 16:23:48 cheloha Exp $ */
+/* $OpenBSD: _types.h,v 1.25 2023/07/02 19:02:28 cheloha Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -35,8 +35,6 @@
#ifndef _MIPS64__TYPES_H_
#define _MIPS64__TYPES_H_
-#define __HAVE_CLOCKINTR
-
/*
* _ALIGN(p) rounds p (pointer or byte index) up to a correctly-aligned
* value for all data types (int, long, ...). The result is an