aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-10-21 23:57:24 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-10-21 23:57:24 +0000
commit7c62990641c51801d90b157f004074e24d92bbea (patch)
tree4d88290415ec9c8c1cff416415c846591f275a37 /sys/conf
parent1f04261973098dea878b9967efb3dc19a527efb3 (diff)
downloadsrc-7c62990641c51801d90b157f004074e24d92bbea.tar.gz
src-7c62990641c51801d90b157f004074e24d92bbea.zip
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.
Notes
Notes: svn path=/head/; revision=85297
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.alpha1
-rw-r--r--sys/conf/files.i3861
-rw-r--r--sys/conf/files.ia641
-rw-r--r--sys/conf/files.pc981
-rw-r--r--sys/conf/files.powerpc1
-rw-r--r--sys/conf/files.sparc641
6 files changed, 0 insertions, 6 deletions
diff --git a/sys/conf/files.alpha b/sys/conf/files.alpha
index 8f298ccefead..dad4b5028beb 100644
--- a/sys/conf/files.alpha
+++ b/sys/conf/files.alpha
@@ -72,7 +72,6 @@ alpha/alpha/pal.s standard
alpha/alpha/perfmon.c optional perfmon profiling-routine
alpha/alpha/perfmon.c optional perfmon
alpha/alpha/pmap.c standard
-alpha/alpha/procfs_machdep.c standard
alpha/alpha/mp_machdep.c optional smp
alpha/alpha/prom.c standard
alpha/alpha/promcons.c standard
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 458dd1982205..27797e91b6d3 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -202,7 +202,6 @@ i386/i386/nexus.c standard
i386/i386/perfmon.c optional perfmon
i386/i386/perfmon.c optional perfmon profiling-routine
i386/i386/pmap.c standard
-i386/i386/procfs_machdep.c standard
i386/i386/support.s standard
i386/i386/swtch.s standard
i386/i386/sys_machdep.c standard
diff --git a/sys/conf/files.ia64 b/sys/conf/files.ia64
index e6ddb23cf9ad..52e4eec58a6b 100644
--- a/sys/conf/files.ia64
+++ b/sys/conf/files.ia64
@@ -48,7 +48,6 @@ ia64/ia64/pal_stub.s optional ski
ia64/ia64/perfmon.c optional perfmon profiling-routine
ia64/ia64/perfmon.c optional perfmon
ia64/ia64/pmap.c standard
-ia64/ia64/procfs_machdep.c standard
ia64/ia64/sal.c standard
ia64/ia64/sapic.c standard
ia64/ia64/setjmp.s standard
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index 1f01dfd83b27..ba9b63cdb7e7 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -196,7 +196,6 @@ i386/i386/nexus.c standard
i386/i386/perfmon.c optional perfmon
i386/i386/perfmon.c optional perfmon profiling-routine
i386/i386/pmap.c standard
-i386/i386/procfs_machdep.c standard
i386/i386/support.s standard
i386/i386/swtch.s standard
i386/i386/sys_machdep.c standard
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc
index 225fb95d21f1..6c09692db4b1 100644
--- a/sys/conf/files.powerpc
+++ b/sys/conf/files.powerpc
@@ -25,7 +25,6 @@ powerpc/powerpc/machdep.c standard
powerpc/powerpc/ofwmagic.s standard
powerpc/powerpc/ofw_machdep.c standard
powerpc/powerpc/pmap.c standard
-powerpc/powerpc/procfs_machdep.c standard
powerpc/powerpc/subyte.c standard
powerpc/powerpc/suswintr.c standard
powerpc/powerpc/suword.c standard
diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64
index 758e94e209f6..b7f17e250231 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