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 Copy maxv's files.i386 change to files.xen...



details:   https://anonhg.NetBSD.org/src/rev/a2d899869cae
branches:  trunk
changeset: 821814:a2d899869cae
user:      kre <kre%NetBSD.org@localhost>
date:      Fri Feb 17 21:51:47 2017 +0000

description:
Copy maxv's files.i386 change to files.xen ... this might fix the i386
xen kernel builds (I am doing a test build in parallel with this commit,
this shouldn't make things worse ... I will make further changes if
needed after my build finishes.)

Note: I am not currently in a position to test a Xen3 DomU kernel
(let alone Dom0) so I have no way of knowing whether a Xen kernel
with PMC included will actually work correctly or not.

If this results in a system that builds, I'd appreciate it if someone
who can test the Xen3_DOMU kernel could do so.

diffstat:

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

diffs (23 lines):

diff -r 5240ced37b62 -r a2d899869cae sys/arch/xen/conf/files.xen
--- a/sys/arch/xen/conf/files.xen       Fri Feb 17 21:34:19 2017 +0000
+++ b/sys/arch/xen/conf/files.xen       Fri Feb 17 21:51:47 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.xen,v 1.143 2016/12/15 12:04:18 kamil Exp $
+#      $NetBSD: files.xen,v 1.144 2017/02/17 21:51:47 kre 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 
 
@@ -50,12 +50,11 @@
 file   arch/i386/i386/machdep.c
 file   arch/i386/i386/longrun.c
 file   arch/i386/i386/mtrr_k6.c        mtrr
+file   arch/i386/i386/pmc.c
 file   arch/i386/i386/process_machdep.c
 file   arch/i386/i386/trap.c
 file   arch/i386/i386/lock_stubs.S
 
-file   arch/i386/i386/pmc.c                    perfctrs
-
 file   crypto/des/arch/i386/des_enc.S          des
 file   crypto/des/arch/i386/des_cbc.S          des
 



Home | Main Index | Thread Index | Old Index