diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-11-08 12:56:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-11-08 12:56:00 +0000 |
commit | 83bcd1a41aa535fa1ad2322913dc6c33a6d363a5 (patch) | |
tree | 39882186cf105aa43aeadaf5c0ea9d03b3832e23 /sys/arch/arm | |
parent | 56e79cc6f5cf76a4939b67e32f364761ac5d041d (diff) |
arm has no need for procfs
Diffstat (limited to 'sys/arch/arm')
-rw-r--r-- | sys/arch/arm/arm/procfs_machdep.c | 23 | ||||
-rw-r--r-- | sys/arch/arm/conf/files.arm | 3 |
2 files changed, 1 insertions, 25 deletions
diff --git a/sys/arch/arm/arm/procfs_machdep.c b/sys/arch/arm/arm/procfs_machdep.c deleted file mode 100644 index ecde04d2802..00000000000 --- a/sys/arch/arm/arm/procfs_machdep.c +++ /dev/null @@ -1,23 +0,0 @@ -/* $OpenBSD: procfs_machdep.c,v 1.1 2004/02/01 05:09:48 drahn Exp $ */ -/* $NetBSD: procfs_machdep.c,v 1.2 2003/07/15 00:24:39 lukem Exp $ */ - -#include <sys/param.h> -#include <sys/systm.h> -#include <sys/mount.h> -#include <sys/vnode.h> -#include <miscfs/procfs/procfs.h> - - -#if 0 -/* - * Linux-style /proc/cpuinfo. - * Only used when procfs is mounted with -o linux. - */ -int -procfs_getcpuinfstr(char *buf, int *len) -{ - *len = 0; - - return 0; -} -#endif diff --git a/sys/arch/arm/conf/files.arm b/sys/arch/arm/conf/files.arm index 7f8359560b7..9e200554753 100644 --- a/sys/arch/arm/conf/files.arm +++ b/sys/arch/arm/conf/files.arm @@ -1,4 +1,4 @@ -# $OpenBSD: files.arm,v 1.18 2011/09/22 17:45:59 miod Exp $ +# $OpenBSD: files.arm,v 1.19 2011/11/08 12:55:59 deraadt Exp $ # $NetBSD: files.arm,v 1.76 2003/11/05 12:53:15 scw Exp $ # generic networking files @@ -65,7 +65,6 @@ file arch/arm/arm/cpufunc_asm_xscale.S cpu_xscale_80200 | cpu_xscale_pxa2x0 file arch/arm/arm/cpufunc_asm_ixp12x0.S cpu_ixp12x0 file arch/arm/arm/process_machdep.c -file arch/arm/arm/procfs_machdep.c procfs file arch/arm/arm/sig_machdep.c file arch/arm/arm/sigcode.S file arch/arm/arm/syscall.c |