diff options
Diffstat (limited to 'sys/arch/mvme68k/include/cpu.h')
-rw-r--r-- | sys/arch/mvme68k/include/cpu.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/include/cpu.h b/sys/arch/mvme68k/include/cpu.h index 201ce6c7e5c..11e0a01ed04 100644 --- a/sys/arch/mvme68k/include/cpu.h +++ b/sys/arch/mvme68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.24 2006/06/24 14:04:02 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.25 2006/11/29 12:26:13 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -85,9 +85,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 |