diff options
author | des <des@FreeBSD.org> | 2001-10-21 23:57:24 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-10-21 23:57:24 +0000 |
commit | f4cecd8fd870f1069e3897c5001bbc12ef72eebe (patch) | |
tree | 4d88290415ec9c8c1cff416415c846591f275a37 /sys/conf/files.sparc64 | |
parent | 68ea04e86493611196c5c3e77f3479fb9eb464c5 (diff) | |
download | FreeBSD-src-f4cecd8fd870f1069e3897c5001bbc12ef72eebe.zip FreeBSD-src-f4cecd8fd870f1069e3897c5001bbc12ef72eebe.tar.gz |
Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to
proc_* in the process; procfs_machdep.c is no longer needed.
Run-tested on i386, build-tested on Alpha, untested on other platforms.
Diffstat (limited to 'sys/conf/files.sparc64')
-rw-r--r-- | sys/conf/files.sparc64 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64 index 758e94e..b7f17e2 100644 --- a/sys/conf/files.sparc64 +++ b/sys/conf/files.sparc64 @@ -26,7 +26,6 @@ sparc64/sparc64/identcpu.c standard sparc64/sparc64/intr_machdep.c standard sparc64/sparc64/machdep.c standard sparc64/sparc64/pmap.c standard -sparc64/sparc64/procfs_machdep.c standard sparc64/sparc64/pv.c standard sparc64/sparc64/rwindow.c standard sparc64/sparc64/support.s standard |