Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/conf As pointed out by Manuel Bouyer and Taylor...



details:   https://anonhg.NetBSD.org/src/rev/66d329655956
branches:  trunk
changeset: 763826:66d329655956
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Mon Apr 04 21:33:49 2011 +0000

description:
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.

diffstat:

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

diffs (19 lines):

diff -r 0c558b485c4a -r 66d329655956 sys/arch/x86/conf/files.x86
--- a/sys/arch/x86/conf/files.x86       Mon Apr 04 20:37:49 2011 +0000
+++ b/sys/arch/x86/conf/files.x86       Mon Apr 04 21:33:49 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index