aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/i386/db_interface.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-10-27 17:23:18 +0000
committerBruce Evans <bde@FreeBSD.org>1997-10-27 17:23:18 +0000
commit4090154b9e6175090e42d3e5fcccfbc6d690eeb1 (patch)
tree49481d0c6b6a7c79776be1bc5c10c6c8990fdcb7 /sys/i386/i386/db_interface.c
parentb3c0d23251982a0226113375c44417a04025e968 (diff)
downloadsrc-4090154b9e6175090e42d3e5fcccfbc6d690eeb1.tar.gz
src-4090154b9e6175090e42d3e5fcccfbc6d690eeb1.zip
Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>
and fixed everything that dependended on it being declared in the old place. It is used in "machine-independent" code in subr_prof.c. Moved declaration of btext from subr_prof.c to <machine/cpu.h>. It is machine-dependent.
Notes
Notes: svn path=/head/; revision=30789
Diffstat (limited to 'sys/i386/i386/db_interface.c')
-rw-r--r--sys/i386/i386/db_interface.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/i386/i386/db_interface.c b/sys/i386/i386/db_interface.c
index 738b647658de..b05285ad6c01 100644
--- a/sys/i386/i386/db_interface.c
+++ b/sys/i386/i386/db_interface.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_interface.c,v 1.35 1997/07/20 08:37:17 bde Exp $
+ * $Id: db_interface.c,v 1.36 1997/08/07 05:15:46 dyson Exp $
*/
/*
@@ -34,8 +34,7 @@
#include <sys/reboot.h>
#include <machine/cons.h>
-#include <machine/md_var.h>
-#include <machine/segments.h>
+#include <machine/cpu.h>
#ifdef SMP
#include <machine/smp.h>
#include <machine/smptests.h> /** CPUSTOP_ON_DDBBREAK */