Module Name:    src
Committed By:   dyoung
Date:           Mon Apr  4 21:33:49 UTC 2011

Modified Files:
        src/sys/arch/x86/conf: files.x86

Log Message:
As pointed out by Manuel Bouyer and Taylor R Campbell, I forgot to
commit the change to files.x86 that adds x86_stub.c, so do that.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/x86/conf/files.x86

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/conf/files.x86
diff -u src/sys/arch/x86/conf/files.x86:1.65 src/sys/arch/x86/conf/files.x86:1.66
--- src/sys/arch/x86/conf/files.x86:1.65	Wed Mar 16 11:35:36 2011
+++ src/sys/arch/x86/conf/files.x86	Mon Apr  4 21:33:49 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: files.x86,v 1.65 2011/03/16 11:35:36 jakllsch Exp $
+#	$NetBSD: files.x86,v 1.66 2011/04/04 21:33:49 dyoung Exp $
 
 # options for MP configuration through the MP spec
 defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI
@@ -108,6 +108,9 @@
 
 file	arch/x86/isa/isa_machdep.c	isa
 
+# Stubs for x86 routines not included in the system
+file	arch/x86/x86/x86_stub.c
+
 # IPMI device
 device	ipmi: sysmon_envsys, sysmon_wdog
 attach	ipmi at ipmibus

Reply via email to