From ef4ad2eff0364329bb0e35865c2fcdcad364b739 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 20 Feb 2006 21:10:28 +0000 Subject: 2006-02-20 Thomas Schwinge Remove unused and unsupported code. Consult the file `DEVELOPMENT' for details. Partly based on suggestions by Gianluca Guida . * util/about_to_die.c: Remove file. * util/config.h: Likewise. * util/cpu.c: Likewise. * util/cpu.h: Likewise. * util/cpu_init.c: Likewise. * util/cpu_subs.h: Likewise. * util/debug.h: Likewise. * util/die.c: Likewise. * util/phys_mem.h: Likewise. * util/ref_count.h: Likewise. * util/cpus.h: Move from here... * bogus/cpus.h: ... to here. * Makefile.in (bogus-files): Add `cpus.h'. (util-cfiles): Only contain `putchar.c' and `puts.c'. (util-files): Only contain `$(util-cfiles)'. --- Makefile.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 72b14a3..3a96568 100644 --- a/Makefile.in +++ b/Makefile.in @@ -77,7 +77,7 @@ topfiles = ChangeLog ChangeLog.0 ChangeLog.00 Drivers.macros Makefile.in \ # All the source in each directory. # Old crud from a previous configure scheme -bogus-files = bootstrap_symbols.h fast_tas.h hw_footprint.h net_atm.h \ +bogus-files = bootstrap_symbols.h cpus.h fast_tas.h hw_footprint.h net_atm.h \ power_save.h simple_clock.h stat_time.h xpr_debug.h \ $(patsubst %,mach_%.h,assert counters debug fixpri host ipc_compat \ ipc_debug ipc_test kdb ldebug lock_mon machine_routines mp_debug \ @@ -134,9 +134,8 @@ kern-files = $(kern-cfiles) \ mach.srv mach4.srv mach_debug.srv mach_host.srv # Still more trivia -util-cfiles = about_to_die.c cpu.c cpu_init.c die.c putchar.c puts.c -util-files = $(util-cfiles) config.h cpu.h cpu_subs.h cpus.h debug.h \ - phys_mem.h ref_count.h +util-cfiles = putchar.c puts.c +util-files = $(util-cfiles) # Virtual memory implementation vm-cfiles = $(addprefix vm_,$(vm-names)) memory_object.c -- cgit v1.2.3