diff options
Diffstat (limited to 'sys/arch/mips64/include/param.h')
-rw-r--r-- | sys/arch/mips64/include/param.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/mips64/include/param.h b/sys/arch/mips64/include/param.h index ead77486827..303fc110592 100644 --- a/sys/arch/mips64/include/param.h +++ b/sys/arch/mips64/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.2 2004/08/06 22:31:31 mickey Exp $ */ +/* $OpenBSD: param.h,v 1.3 2004/08/10 20:28:13 deraadt Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -44,13 +44,13 @@ #ifndef _MIPS_PARAM_H_ #define _MIPS_PARAM_H_ -#ifdef _KERNEL +#ifdef _KERNEL #ifdef _LOCORE -#include <machine/psl.h> -#else +#include <machine/psl.h> +#else #include <machine/cpu.h> -#endif -#endif +#endif +#endif /* * Round p (pointer or byte index) up to a correctly-aligned value for all |