diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2024-02-14 12:36:36 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2024-02-14 12:36:36 +0000 |
commit | d4f0090ba50e2cabc916b430b695826b71048d07 (patch) | |
tree | d2c7c7abf02ef126c7fc37253478d93633b5e72b /sys/arch/m88k | |
parent | fd4043285fe4e939a9e9847257ac84a1659e6b4d (diff) |
Remove never ever used cpu_exec() macro, apparently already obsolete by the
time this file was introduced close to 30 years ago.
Diffstat (limited to 'sys/arch/m88k')
-rw-r--r-- | sys/arch/m88k/include/cpu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/m88k/include/cpu.h b/sys/arch/m88k/include/cpu.h index 29644e94ad8..0c0a7171998 100644 --- a/sys/arch/m88k/include/cpu.h +++ b/sys/arch/m88k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.74 2024/01/24 19:23:39 cheloha Exp $ */ +/* $OpenBSD: cpu.h,v 1.75 2024/02/14 12:36:35 miod Exp $ */ /* * Copyright (c) 1996 Nivas Madhur * Copyright (c) 1992, 1993 @@ -243,7 +243,6 @@ unsigned int cpu_rnd_messybits(void); * definitions of cpu-dependent requirements * referenced in generic code */ -#define cpu_exec(p) do { /* nothing */ } while (0) #define cpu_idle_enter() do { /* nothing */ } while (0) #define cpu_idle_cycle() do { /* nothing */ } while (0) |