Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/xen/conf add missing cpu_rng.c to kernel



details:   https://anonhg.NetBSD.org/src/rev/fcb50b315c15
branches:  trunk
changeset: 343795:fcb50b315c15
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Sat Feb 27 14:28:50 2016 +0000

description:
add missing cpu_rng.c to kernel

diffstat:

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

diffs (18 lines):

diff -r 370f6c09d0ac -r fcb50b315c15 sys/arch/xen/conf/files.xen
--- a/sys/arch/xen/conf/files.xen       Sat Feb 27 14:27:01 2016 +0000
+++ b/sys/arch/xen/conf/files.xen       Sat Feb 27 14:28:50 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.xen,v 1.138 2015/11/11 08:51:33 skrll Exp $
+#      $NetBSD: files.xen,v 1.139 2016/02/27 14:28:50 mlelstv Exp $
 #      NetBSD: files.x86,v 1.10 2003/10/08 17:30:00 bouyer Exp 
 #      NetBSD: files.i386,v 1.254 2004/03/25 23:32:10 jmc Exp 
 
@@ -106,6 +106,8 @@
 
 file   arch/xen/xen/xengnt.c
 
+file   arch/x86/x86/cpu_rng.c          cpu
+
 file   dev/cons.c
 
 



Home | Main Index | Thread Index | Old Index