diff options
author | Scott Soule Cheloha <cheloha@cvs.openbsd.org> | 2023-07-02 19:02:29 +0000 |
---|---|---|
committer | Scott Soule Cheloha <cheloha@cvs.openbsd.org> | 2023-07-02 19:02:29 +0000 |
commit | 6ab04ff568e8500392a500a635857450d6d69369 (patch) | |
tree | 646c660f0fd9a491e1982c9773d599ff35abdfab /sys/arch/sh | |
parent | 4fd9808494c2101f7ad6f8d4e93f9187c9ce65da (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/sh')
-rw-r--r-- | sys/arch/sh/include/_types.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sh/include/_types.h b/sys/arch/sh/include/_types.h index 7a75ef6de95..9308f2f3a46 100644 --- a/sys/arch/sh/include/_types.h +++ b/sys/arch/sh/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.21 2022/12/06 01:19:35 cheloha Exp $ */ +/* $OpenBSD: _types.h,v 1.22 2023/07/02 19:02:28 cheloha Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -35,8 +35,6 @@ #ifndef _SH__TYPES_H_ #define _SH__TYPES_H_ -#define __HAVE_CLOCKINTR - #if defined(_KERNEL) typedef struct label_t { long val[9]; |