Remove port-specific procfs_machdep.c (since they are all identical and
a better one resides in powerpc/powerpc/).
This commit is contained in:
parent
266fa92cbc
commit
92d0498c3d
|
@ -1,20 +0,0 @@
|
|||
/* $NetBSD: procfs_machdep.c,v 1.2 2001/01/18 17:47:59 tv 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.bebox,v 1.37 2002/10/30 06:26:42 manu Exp $
|
||||
# $NetBSD: files.bebox,v 1.38 2003/03/05 05:43:52 matt Exp $
|
||||
#
|
||||
# First try for bebox specific configuration info
|
||||
#
|
||||
|
@ -12,8 +12,9 @@ file arch/bebox/bebox/clock.c
|
|||
file arch/bebox/bebox/disksubr.c disk
|
||||
file arch/bebox/bebox/extintr.c
|
||||
file arch/bebox/bebox/machdep.c
|
||||
file arch/bebox/bebox/procfs_machdep.c procfs
|
||||
|
||||
file arch/powerpc/powerpc/bus_dma.c
|
||||
file arch/powerpc/powerpc/procfs_machdep.c procfs
|
||||
|
||||
# General files
|
||||
file dev/cons.c
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.evbppc,v 1.2 2003/03/04 07:50:57 matt Exp $
|
||||
# $NetBSD: files.evbppc,v 1.3 2003/03/05 05:43:42 matt Exp $
|
||||
|
||||
# maxpartitions must be first item in files.${ARCH}
|
||||
maxpartitions 16
|
||||
|
@ -8,8 +8,8 @@ maxusers 2 8 64
|
|||
file arch/evbppc/evbppc/bus_dma.c ppc_ibm4xx
|
||||
file arch/evbppc/evbppc/disksubr.c disk
|
||||
file arch/evbppc/evbppc/evbppc_machdep.c ppc_ibm4xx
|
||||
file arch/evbppc/evbppc/procfs_machdep.c
|
||||
|
||||
file arch/powerpc/powerpc/procfs_machdep.c procfs
|
||||
file dev/cons.c
|
||||
|
||||
include "arch/evbppc/conf/majors.evbppc"
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
/* $NetBSD: procfs_machdep.c,v 1.1 2002/12/09 12:15:55 scw 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.macppc,v 1.56 2003/03/04 13:29:12 soren Exp $
|
||||
# $NetBSD: files.macppc,v 1.57 2003/03/05 05:43:43 matt Exp $
|
||||
#
|
||||
# macppc-specific configuration info
|
||||
|
||||
|
@ -15,8 +15,9 @@ file arch/macppc/macppc/clock.c
|
|||
file arch/macppc/macppc/disksubr.c disk
|
||||
file arch/macppc/macppc/extintr.c
|
||||
file arch/macppc/macppc/machdep.c
|
||||
file arch/macppc/macppc/procfs_machdep.c procfs
|
||||
file arch/macppc/dev/dbdma.c
|
||||
|
||||
file arch/powerpc/powerpc/procfs_machdep.c procfs
|
||||
file dev/cons.c
|
||||
|
||||
#
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
/* $NetBSD: procfs_machdep.c,v 1.2 2001/01/18 17:48:00 tv 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.mvmeppc,v 1.5 2002/10/30 06:26:43 manu Exp $
|
||||
# $NetBSD: files.mvmeppc,v 1.6 2003/03/05 05:43:44 matt Exp $
|
||||
#
|
||||
# Motorola's MVMEPPC boards specific configuration info
|
||||
#
|
||||
|
@ -19,9 +19,9 @@ file arch/mvmeppc/mvmeppc/extintr.c
|
|||
file arch/mvmeppc/mvmeppc/machdep.c
|
||||
file arch/mvmeppc/mvmeppc/platform.c
|
||||
file arch/mvmeppc/mvmeppc/platform_160x.c support_mvme160x
|
||||
file arch/mvmeppc/mvmeppc/procfs_machdep.c procfs
|
||||
file arch/powerpc/powerpc/bus_dma.c
|
||||
|
||||
file arch/powerpc/powerpc/procfs_machdep.c procfs
|
||||
# General files
|
||||
file dev/cons.c
|
||||
file dev/clock_subr.c
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
/* $NetBSD: procfs_machdep.c,v 1.1 2002/02/27 21:02:25 scw 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.ofppc,v 1.21 2002/10/30 06:26:43 manu Exp $
|
||||
# $NetBSD: files.ofppc,v 1.22 2003/03/05 05:43:44 matt Exp $
|
||||
#
|
||||
# NetBSD/ofppc configuration info
|
||||
#
|
||||
|
@ -20,10 +20,10 @@ file arch/ofppc/ofppc/conf.c
|
|||
file arch/ofppc/ofppc/disksubr.c disk
|
||||
file arch/ofppc/ofppc/machdep.c
|
||||
file arch/ofppc/ofppc/platform.c
|
||||
file arch/ofppc/ofppc/procfs_machdep.c procfs
|
||||
file dev/cons.c
|
||||
file dev/cninit.c
|
||||
|
||||
file arch/powerpc/powerpc/procfs_machdep.c procfs
|
||||
#
|
||||
# CPU specific OpenFirmware code
|
||||
#
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
/* $NetBSD: procfs_machdep.c,v 1.2 2001/01/18 17:48:02 tv 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.pmppc,v 1.6 2002/10/30 06:26:43 manu Exp $
|
||||
# $NetBSD: files.pmppc,v 1.7 2003/03/05 05:43:45 matt Exp $
|
||||
#
|
||||
#
|
||||
maxpartitions 16
|
||||
|
@ -11,8 +11,9 @@ file arch/pmppc/pmppc/clock.c
|
|||
file arch/pmppc/pmppc/disksubr.c disk
|
||||
file arch/pmppc/pmppc/extintr.c
|
||||
file arch/pmppc/pmppc/machdep.c
|
||||
file arch/pmppc/pmppc/procfs_machdep.c procfs
|
||||
|
||||
file arch/powerpc/powerpc/bus_dma.c
|
||||
file arch/powerpc/powerpc/procfs_machdep.c procfs
|
||||
|
||||
# General files
|
||||
file dev/cons.c
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
/* $NetBSD: procfs_machdep.c,v 1.1 2002/05/30 08:51:40 augustss 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.prep,v 1.40 2003/01/16 02:18:20 matt Exp $
|
||||
# $NetBSD: files.prep,v 1.41 2003/03/05 05:43:50 matt Exp $
|
||||
#
|
||||
# prep-specific configuration info
|
||||
#
|
||||
|
@ -34,10 +34,10 @@ file arch/prep/prep/consinit.c
|
|||
file arch/prep/prep/disksubr.c disk
|
||||
file arch/prep/prep/extintr.c
|
||||
file arch/prep/prep/machdep.c
|
||||
file arch/prep/prep/procfs_machdep.c procfs
|
||||
file arch/prep/prep/residual.c residual_data_dump
|
||||
|
||||
file arch/powerpc/powerpc/bus_dma.c
|
||||
file arch/powerpc/powerpc/procfs_machdep.c procfs
|
||||
|
||||
# General files
|
||||
file dev/clock_subr.c
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
/* $NetBSD: procfs_machdep.c,v 1.2 2001/01/18 17:48:03 tv 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.sandpoint,v 1.14 2002/10/30 06:26:44 manu Exp $
|
||||
# $NetBSD: files.sandpoint,v 1.15 2003/03/05 05:43:49 matt Exp $
|
||||
#
|
||||
# Motorola's "SandPoint" evaluation board's specific configuration info
|
||||
#
|
||||
|
@ -12,8 +12,9 @@ file arch/sandpoint/sandpoint/clock.c
|
|||
file arch/sandpoint/sandpoint/disksubr.c disk
|
||||
file arch/sandpoint/sandpoint/extintr.c
|
||||
file arch/sandpoint/sandpoint/machdep.c
|
||||
file arch/sandpoint/sandpoint/procfs_machdep.c procfs
|
||||
|
||||
file arch/powerpc/powerpc/bus_dma.c
|
||||
file arch/powerpc/powerpc/procfs_machdep.c procfs
|
||||
|
||||
# General files
|
||||
file dev/cons.c
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
/* $NetBSD: procfs_machdep.c,v 1.1 2001/02/04 18:32:18 briggs 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;
|
||||
}
|
Loading…
Reference in New Issue