use the m68k-common procfs_machdep.c on all m68k platforms.

This commit is contained in:
chs 2004-12-07 04:33:24 +00:00
parent 90ceccfb90
commit cf58c69b3e
11 changed files with 12 additions and 125 deletions

View File

@ -1,23 +0,0 @@
/* $NetBSD: procfs_machdep.c,v 1.3 2002/01/28 09:56:48 aymeric Exp $ */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.3 2002/01/28 09:56:48 aymeric 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;
}

View File

@ -1,4 +1,4 @@
# $NetBSD: files.amiga,v 1.133 2004/01/20 19:58:00 jdolecek Exp $
# $NetBSD: files.amiga,v 1.134 2004/12/07 04:33:24 chs Exp $
# maxpartitions must be first item in files.${ARCH}.newconf
maxpartitions 16 # NOTE THAT AMIGA IS SPECIAL!
@ -444,12 +444,12 @@ file arch/amiga/amiga/dkbad.c
file arch/amiga/amiga/machdep.c
file arch/amiga/amiga/mem.c
file arch/amiga/amiga/pmap.c
file arch/amiga/amiga/procfs_machdep.c procfs
file arch/amiga/amiga/trap.c
file arch/amiga/amiga/cc.c
file dev/md_root.c memory_disk_hooks
file arch/m68k/m68k/cacheops.c
file arch/m68k/m68k/db_memrw.c ddb
file arch/m68k/m68k/procfs_machdep.c procfs
file arch/m68k/m68k/sys_machdep.c
file arch/m68k/m68k/vm_machdep.c

View File

@ -1,23 +0,0 @@
/* $NetBSD: procfs_machdep.c,v 1.3 2003/07/15 01:19:46 lukem Exp $ */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.3 2003/07/15 01:19:46 lukem 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;
}

View File

@ -1,5 +1,5 @@
#
# $NetBSD: files.atari,v 1.106 2004/03/13 17:31:33 bjh21 Exp $
# $NetBSD: files.atari,v 1.107 2004/12/07 04:33:24 chs Exp $
maxpartitions 16
@ -203,7 +203,6 @@ file arch/atari/atari/machdep.c
file arch/atari/atari/mainbus.c
file arch/atari/atari/mem.c
file arch/atari/atari/pmap.c
file arch/atari/atari/procfs_machdep.c procfs
file arch/atari/atari/trap.c
file arch/atari/atari/stalloc.c
file arch/atari/atari/fpu.c
@ -211,6 +210,7 @@ file arch/atari/dev/ym2149.c _atarihw_
file arch/atari/atari/intr.c
file arch/m68k/m68k/cacheops.c
file arch/m68k/m68k/db_memrw.c ddb
file arch/m68k/m68k/procfs_machdep.c procfs
file arch/m68k/m68k/sys_machdep.c
file arch/m68k/m68k/vm_machdep.c

View File

@ -1,4 +1,4 @@
# $NetBSD: files.cesfic,v 1.12 2003/09/14 17:13:36 cl Exp $
# $NetBSD: files.cesfic,v 1.13 2004/12/07 04:33:24 chs Exp $
#
# cesfic-specific configuration info
@ -60,6 +60,7 @@ file arch/m68k/m68k/cacheops.c
file arch/m68k/m68k/db_memrw.c ddb | kgdb
file arch/m68k/m68k/kgdb_machdep.c kgdb
file arch/m68k/m68k/pmap_motorola.c
file arch/m68k/m68k/procfs_machdep.c procfs
file arch/m68k/m68k/sys_machdep.c
file arch/m68k/m68k/vm_machdep.c

View File

@ -1,4 +1,4 @@
# $NetBSD: files.hp300,v 1.72 2004/09/14 16:51:57 jdolecek Exp $
# $NetBSD: files.hp300,v 1.73 2004/12/07 04:33:24 chs Exp $
#
# hp300-specific configuration info
@ -188,7 +188,6 @@ file arch/hp300/hp300/intr.c
file arch/hp300/hp300/leds.c useleds
file arch/hp300/hp300/mem.c
file arch/hp300/hp300/pmap_bootstrap.c compile-with "${NOPROF_C}"
file arch/hp300/hp300/procfs_machdep.c procfs
file arch/hp300/hp300/softintr.c
file arch/hp300/hp300/trap.c
file arch/hp300/hp300/disksubr.c
@ -196,6 +195,7 @@ file arch/m68k/m68k/cacheops.c
file arch/m68k/m68k/db_memrw.c ddb | kgdb
file arch/m68k/m68k/kgdb_machdep.c kgdb
file arch/m68k/m68k/pmap_motorola.c
file arch/m68k/m68k/procfs_machdep.c procfs
file arch/m68k/m68k/sys_machdep.c
file arch/m68k/m68k/vm_machdep.c

View File

@ -1,23 +0,0 @@
/* $NetBSD: procfs_machdep.c,v 1.6 2003/11/17 14:37:59 tsutsui Exp $ */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.6 2003/11/17 14:37:59 tsutsui 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;
}

View File

@ -1,4 +1,4 @@
# $NetBSD: files.sun2,v 1.13 2003/07/27 01:19:32 thorpej Exp $
# $NetBSD: files.sun2,v 1.14 2004/12/07 04:33:24 chs Exp $
#
# sun2-specific configuration info
@ -22,6 +22,7 @@ file arch/sun2/sun2/idprom.c
file arch/sun2/sun2/promlib.c
file arch/sun2/sun2/sys_machdep.c
file arch/sun2/sun2/trap.c
file arch/m68k/m68k/procfs_machdep.c procfs
file arch/m68k/m68k/vm_machdep.c
include "arch/m68k/fpe/files.fpe"

View File

@ -1,23 +0,0 @@
/* $NetBSD: procfs_machdep.c,v 1.2 2003/07/15 03:36:13 lukem Exp $ */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.2 2003/07/15 03:36:13 lukem 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;
}

View File

@ -1,4 +1,4 @@
# $NetBSD: files.sun3,v 1.71 2003/11/15 17:52:30 bouyer Exp $
# $NetBSD: files.sun3,v 1.72 2004/12/07 04:33:24 chs Exp $
#
# sun3-specific configuration info
@ -37,7 +37,6 @@ file arch/sun3/sun3/db_memrw.c ddb | kgdb
file arch/sun3/sun3/fpu.c
file arch/sun3/sun3/isr.c
file arch/sun3/sun3/leds.c
file arch/sun3/sun3/procfs_machdep.c procfs
file arch/sun3/sun3/stub.c
file arch/sun3/sun3/sunmon.c
file arch/sun3/sun3/sys_machdep.c
@ -45,6 +44,7 @@ file arch/sun3/sun3/trap.c
file arch/sun3/sun3/vector.c
file arch/m68k/m68k/cacheops.c _sun3x_
file arch/m68k/m68k/kgdb_machdep.c kgdb
file arch/m68k/m68k/procfs_machdep.c procfs
file arch/m68k/m68k/vm_machdep.c
file dev/sun/disksubr.c

View File

@ -1,23 +0,0 @@
/* $NetBSD: procfs_machdep.c,v 1.3 2003/07/15 03:36:18 lukem Exp $ */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.3 2003/07/15 03:36:18 lukem 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;
}