From 83ea6d9a0a8b9171d867e660a90fcc62e64536c8 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Wed, 29 Nov 2006 12:26:15 +0000 Subject: Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except for cpu_swapin() on hppa* which is kept). --- sys/arch/mac68k/include/cpu.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/arch/mac68k/include') diff --git a/sys/arch/mac68k/include/cpu.h b/sys/arch/mac68k/include/cpu.h index e207e898011..b97efff30d5 100644 --- a/sys/arch/mac68k/include/cpu.h +++ b/sys/arch/mac68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.41 2006/09/22 22:15:17 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.42 2006/11/29 12:26:13 miod Exp $ */ /* $NetBSD: cpu.h,v 1.45 1997/02/10 22:13:40 scottr Exp $ */ /* @@ -80,9 +80,7 @@ * definitions of cpu-dependent requirements * referenced in generic code */ -#define cpu_swapin(p) /* nothing */ #define cpu_wait(p) /* nothing */ -#define cpu_swapout(p) /* nothing */ /* * Arguments to hardclock and gatherstats encapsulate the previous -- cgit v1.2.3