aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.c
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2003-08-16 16:57:57 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2003-08-16 16:57:57 +0000
commit26502503e57448b879c9293f18ad778c2f7e5f78 (patch)
treed0ded423708b55f6864084633815a6dea9bdd44a /sys/ddb/db_command.c
parent4e7370ed1f9b2e6226f4aaad15d80663f0849380 (diff)
downloadsrc-26502503e57448b879c9293f18ad778c2f7e5f78.tar.gz
src-26502503e57448b879c9293f18ad778c2f7e5f78.zip
Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI
prototypes of cpu_halt(), cpu_reset() and swi_vm() from md_var.h to cpu.h. This affects db_command.c and kern_shutdown.c. ia64: move all MD prototypes from cpu.h to md_var.h. This affects madt.c, interrupt.c and mp_machdep.c. Remove is_physical_memory(). It's not used (vm_machdep.c). alpha: the MD prototypes have been left in cpu.h with a comment that they should be there. Moving them is left for later. It was expected that the impact would be significant enough to be done in a seperate commit. powerpc: MD prototypes left in cpu.h. Comment added. Suggested by: bde Tested with: make universe (pc98 incomplete)
Notes
Notes: svn path=/head/; revision=118990
Diffstat (limited to 'sys/ddb/db_command.c')
-rw-r--r--sys/ddb/db_command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c
index 56d3ed1f87d3..9f41582620fb 100644
--- a/sys/ddb/db_command.c
+++ b/sys/ddb/db_command.c
@@ -49,7 +49,7 @@ __FBSDID("$FreeBSD$");
#include <ddb/db_lex.h>
#include <ddb/db_output.h>
-#include <machine/md_var.h>
+#include <machine/cpu.h>
#include <machine/setjmp.h>
/*