Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch remove the (superfluous) definition of "cpu" as an ...



details:   https://anonhg.NetBSD.org/src/rev/844fad438a04
branches:  trunk
changeset: 569703:844fad438a04
user:      drochner <drochner%NetBSD.org@localhost>
date:      Mon Aug 30 15:35:20 2004 +0000

description:
remove the (superfluous) definition of "cpu" as an interface attribute

diffstat:

 sys/arch/amd64/conf/files.amd64 |  3 +--
 sys/arch/i386/conf/files.i386   |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 87d29f6dd688 -r 844fad438a04 sys/arch/amd64/conf/files.amd64
--- a/sys/arch/amd64/conf/files.amd64   Mon Aug 30 15:05:15 2004 +0000
+++ b/sys/arch/amd64/conf/files.amd64   Mon Aug 30 15:35:20 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.amd64,v 1.13 2004/08/30 15:05:16 drochner Exp $
+#      $NetBSD: files.amd64,v 1.14 2004/08/30 15:35:20 drochner Exp $
 #
 # new style config file for amd64 architecture
 #
@@ -94,7 +94,6 @@
 attach mainbus at root
 file   arch/amd64/amd64/mainbus.c              mainbus
 
-define cpu { [apid = -1] }
 device cpu
 attach cpu at cpubus
 file   arch/amd64/amd64/cpu.c          cpu
diff -r 87d29f6dd688 -r 844fad438a04 sys/arch/i386/conf/files.i386
--- a/sys/arch/i386/conf/files.i386     Mon Aug 30 15:05:15 2004 +0000
+++ b/sys/arch/i386/conf/files.i386     Mon Aug 30 15:35:20 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.i386,v 1.260 2004/08/30 15:05:17 drochner Exp $
+#      $NetBSD: files.i386,v 1.261 2004/08/30 15:35:20 drochner Exp $
 #
 # new style config file for i386 architecture
 #
@@ -309,7 +309,6 @@
 
 # CPUS
 
-define cpu { [apid = -1] }
 device cpu
 attach cpu at cpubus
 file   arch/i386/i386/cpu.c            cpu



Home | Main Index | Thread Index | Old Index