summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/db_machdep.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-05-19 04:42:19 +0000
committermarcel <marcel@FreeBSD.org>2002-05-19 04:42:19 +0000
commit768ae8ea9a50721cc32f333ab616d292a9f546ae (patch)
tree75f802a17493a7feda489841feeaba7eec5a3397 /sys/ia64/include/db_machdep.h
parent1d9bed166c9114d035925645959f30f03030bc21 (diff)
downloadFreeBSD-src-768ae8ea9a50721cc32f333ab616d292a9f546ae.zip
FreeBSD-src-768ae8ea9a50721cc32f333ab616d292a9f546ae.tar.gz
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.
Diffstat (limited to 'sys/ia64/include/db_machdep.h')
-rw-r--r--sys/ia64/include/db_machdep.h7
1 files changed, 4 insertions, 3 deletions
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 <sys/param.h>
#include <vm/vm.h>
#include <machine/frame.h>
+#include <machine/ia64_cpu.h>
#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_ */
OpenPOWER on IntegriCloud