diff options
author | gallatin <gallatin@FreeBSD.org> | 2000-12-02 02:09:28 +0000 |
---|---|---|
committer | gallatin <gallatin@FreeBSD.org> | 2000-12-02 02:09:28 +0000 |
commit | e72e697e0d3ce757fe16352fc66bf2320a2ec693 (patch) | |
tree | 22f630a13c34c49245735b2896de81fb8a8d408b /sys/conf/files.alpha | |
parent | ad7f89f777bc9c019822aa529881538a3367c50c (diff) | |
download | FreeBSD-src-e72e697e0d3ce757fe16352fc66bf2320a2ec693.zip FreeBSD-src-e72e697e0d3ce757fe16352fc66bf2320a2ec693.tar.gz |
cleanup: remove redundant mp_machdep.c and non-existent simplelock.s.
Ironically enough, simple locks are implemented in mp_machdep.c..
Diffstat (limited to 'sys/conf/files.alpha')
-rw-r--r-- | sys/conf/files.alpha | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/files.alpha b/sys/conf/files.alpha index f0cbc06..70f1135 100644 --- a/sys/conf/files.alpha +++ b/sys/conf/files.alpha @@ -61,7 +61,6 @@ alpha/alpha/ipl_funcs.c standard alpha/alpha/machdep.c standard alpha/alpha/mem.c standard alpha/alpha/mountroot.c optional slice -alpha/alpha/mp_machdep.c optional smp alpha/alpha/pal.s standard alpha/alpha/perfmon.c optional perfmon profiling-routine alpha/alpha/perfmon.c optional perfmon @@ -72,7 +71,6 @@ alpha/alpha/prom.c standard alpha/alpha/promcons.c standard alpha/alpha/prom_disp.s standard alpha/alpha/sgmap.c standard -alpha/alpha/simplelock.s optional smp alpha/alpha/support.s standard alpha/alpha/swtch.s standard alpha/alpha/sys_machdep.c standard |