diff options
Diffstat (limited to 'sys/arch/m88k/include/cpu.h')
-rw-r--r-- | sys/arch/m88k/include/cpu.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/arch/m88k/include/cpu.h b/sys/arch/m88k/include/cpu.h index fafb2ea1cff..8e34d692561 100644 --- a/sys/arch/m88k/include/cpu.h +++ b/sys/arch/m88k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.3 2004/07/24 15:05:05 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.4 2004/08/02 08:34:59 miod Exp $ */ /* * Copyright (c) 1996 Nivas Madhur * Copyright (c) 1992, 1993 @@ -54,9 +54,12 @@ #ifdef _KERNEL -#include <machine/psl.h> +#ifndef MAX_CPUS +#define MAX_CPUS 4 +#endif + #include <machine/pcb.h> -#include <machine/board.h> +#include <machine/psl.h> /* * definitions of cpu-dependent requirements |