From 768ae8ea9a50721cc32f333ab616d292a9f546ae Mon Sep 17 00:00:00 2001 From: marcel Date: Sun, 19 May 2002 04:42:19 +0000 Subject: o Remove namespace pollution from param.h: - Don't include ia64_cpu.h and cpu.h - Guard definitions by _NO_NAMESPACE_POLLUTION - Move definition of KERNBASE to vmparam.h o Move definitions of IA64_RR_{BASE|MASK} to vmparam.h o Move definitions of IA64_PHYS_TO_RR{6|7} to vmparam.h o While here, remove some left-over Alpha references. --- sys/ia64/include/db_machdep.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sys/ia64/include/db_machdep.h') diff --git a/sys/ia64/include/db_machdep.h b/sys/ia64/include/db_machdep.h index aed18e1..9a54356 100644 --- a/sys/ia64/include/db_machdep.h +++ b/sys/ia64/include/db_machdep.h @@ -28,8 +28,8 @@ * rights to redistribute these changes. */ -#ifndef _ALPHA_DB_MACHDEP_H_ -#define _ALPHA_DB_MACHDEP_H_ +#ifndef _MACHINE_DB_MACHDEP_H_ +#define _MACHINE_DB_MACHDEP_H_ /* * Machine-dependent defines for new kernel debugger. @@ -38,6 +38,7 @@ #include #include #include +#include #define DB_NO_AOUT @@ -110,4 +111,4 @@ void db_skip_breakpoint(void); */ #define DB_ELFSIZE 64 -#endif /* _ALPHA_DB_MACHDEP_H_ */ +#endif /* _MACHINE_DB_MACHDEP_H_ */ -- cgit v1.1