Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf Don't need x86_stub.c here, we'll pick i...



details:   https://anonhg.NetBSD.org/src/rev/e017ff98820e
branches:  trunk
changeset: 763827:e017ff98820e
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Mon Apr 04 21:35:31 2011 +0000

description:
Don't need x86_stub.c here, we'll pick it up from files.x86.

diffstat:

 sys/arch/amd64/conf/files.amd64 |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 66d329655956 -r e017ff98820e sys/arch/amd64/conf/files.amd64
--- a/sys/arch/amd64/conf/files.amd64   Mon Apr 04 21:33:49 2011 +0000
+++ b/sys/arch/amd64/conf/files.amd64   Mon Apr 04 21:35:31 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.amd64,v 1.70 2011/04/03 22:29:26 dyoung Exp $
+#      $NetBSD: files.amd64,v 1.71 2011/04/04 21:35:31 dyoung Exp $
 #
 # new style config file for amd64 architecture
 #
@@ -111,9 +111,6 @@
 # TSC timecounter support
 file   arch/x86/x86/tsc.c
 
-# Stubs for x86 routines not included in the system
-file   arch/x86/x86/x86_stub.c
-
 # attribute used to represent the "keyboard controller"
 # XXX should be a real device
 define pckbcport { [irq = -1], [port = -1] }



Home | Main Index | Thread Index | Old Index