Share procfs_machdep.c across arm.
This commit is contained in:
parent
86a406c1ce
commit
9522cf08d4
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: procfs_machdep.c,v 1.1 2001/07/28 13:28:03 chris Exp $ */
|
||||
/* $NetBSD: procfs_machdep.c,v 1.1 2001/08/05 13:09:45 chris Exp $ */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.arm,v 1.36 2001/07/31 17:00:24 matt Exp $
|
||||
# $NetBSD: files.arm,v 1.37 2001/08/05 13:09:47 chris Exp $
|
||||
|
||||
# temporary define to allow easy moving to ../arch/arm/arm32
|
||||
defopt ARM32
|
||||
|
@ -52,6 +52,7 @@ file arch/arm/arm/compat_13_machdep.c compat_13
|
|||
file arch/arm/arm/cpufunc.c
|
||||
file arch/arm/arm/cpufunc_asm.S
|
||||
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/undefined.c
|
||||
|
@ -69,7 +70,6 @@ file arch/arm/arm32/fusu.S arm32
|
|||
file arch/arm/arm32/intr.c arm32
|
||||
file arch/arm/arm32/mem.c arm32
|
||||
file arch/arm/arm32/pmap.c arm32
|
||||
file arch/arm/arm32/procfs_machdep.c arm32 & procfs
|
||||
file arch/arm/arm32/setcpsr.S arm32
|
||||
file arch/arm/arm32/setstack.S arm32
|
||||
file arch/arm/arm32/spl.S arm32
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
/* $NetBSD: procfs_machdep.c,v 1.1 2001/01/17 00:07:20 fvdl Exp $ */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/vnode.h>
|
||||
#include <miscfs/procfs/procfs.h>
|
||||
|
||||
|
||||
/*
|
||||
* Linux-style /proc/cpuinfo.
|
||||
* Only used when procfs is mounted with -o linux.
|
||||
*/
|
||||
int
|
||||
procfs_getcpuinfstr(char *buf, int *len)
|
||||
{
|
||||
*len = 0;
|
||||
|
||||
return 0;
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.arm26,v 1.34 2001/07/28 19:12:51 bjh21 Exp $
|
||||
# $NetBSD: files.arm26,v 1.35 2001/08/05 13:09:48 chris Exp $
|
||||
|
||||
# Copyright (c) 1997, 1998, 2000 Ben Harris
|
||||
# All rights reserved.
|
||||
|
@ -206,7 +206,7 @@ file arch/arm26/arm26/Locore.c
|
|||
file arch/arm26/arm26/machdep.c
|
||||
file arch/arm26/arm26/mem.c
|
||||
file arch/arm26/arm26/pmap.c
|
||||
file arch/arm26/arm26/procfs_machdep.c procfs
|
||||
file arch/arm/arm/procfs_machdep.c procfs
|
||||
#file arch/arm26/arm26/rscons.c
|
||||
file arch/arm26/arm26/softintr.c
|
||||
file arch/arm26/arm26/stubs.c
|
||||
|
|
Loading…
Reference in New Issue