Module Name:    src
Committed By:   jdolecek
Date:           Mon Jan 22 22:36:11 UTC 2018

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

Log Message:
xen has separate list, update here also for x86/pmap_tlb.c -> x86/x86_tlb.c


To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 src/sys/arch/xen/conf/files.xen

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/xen/conf/files.xen
diff -u src/sys/arch/xen/conf/files.xen:1.164 src/sys/arch/xen/conf/files.xen:1.165
--- src/sys/arch/xen/conf/files.xen:1.164	Sat Dec  2 13:03:15 2017
+++ src/sys/arch/xen/conf/files.xen	Mon Jan 22 22:36:11 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: files.xen,v 1.164 2017/12/02 13:03:15 maxv Exp $
+#	$NetBSD: files.xen,v 1.165 2018/01/22 22:36:11 jdolecek 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 
 
@@ -143,7 +143,7 @@ file	arch/xen/x86/xen_ipi.c		multiproces
 file	arch/x86/x86/intr.c		machdep
 file	arch/x86/x86/idt.c		machdep
 file	arch/x86/x86/pmap.c		machdep
-file	arch/x86/x86/pmap_tlb.c		machdep
+file	arch/x86/x86/x86_tlb.c		machdep
 file	arch/x86/x86/procfs_machdep.c	procfs
 file	arch/x86/x86/sys_machdep.c	machdep
 file	arch/x86/x86/tsc.c		machdep

Reply via email to