From 6ab04ff568e8500392a500a635857450d6d69369 Mon Sep 17 00:00:00 2001 From: Scott Soule Cheloha Date: Sun, 2 Jul 2023 19:02:29 +0000 Subject: 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@ --- sys/arch/hppa/include/_types.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/arch/hppa') diff --git a/sys/arch/hppa/include/_types.h b/sys/arch/hppa/include/_types.h index 80d46e03d95..1a7a8799fdb 100644 --- a/sys/arch/hppa/include/_types.h +++ b/sys/arch/hppa/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.27 2022/12/06 00:40:09 cheloha Exp $ */ +/* $OpenBSD: _types.h,v 1.28 2023/07/02 19:02:27 cheloha Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -35,8 +35,6 @@ #ifndef _MACHINE__TYPES_H_ #define _MACHINE__TYPES_H_ -#define __HAVE_CLOCKINTR - #if defined(_KERNEL) typedef struct label_t { long val[19]; -- cgit v1.2.3