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 two new compat files for Xen on amd64



details:   https://anonhg.NetBSD.org/src/rev/9b1b4b793b6d
branches:  trunk
changeset: 334918:9b1b4b793b6d
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Mon Dec 15 07:35:09 2014 +0000

description:
Add two new compat files for Xen on amd64

diffstat:

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

diffs (20 lines):

diff -r cc84ea97ed13 -r 9b1b4b793b6d sys/arch/xen/conf/files.xen
--- a/sys/arch/xen/conf/files.xen       Mon Dec 15 06:52:25 2014 +0000
+++ b/sys/arch/xen/conf/files.xen       Mon Dec 15 07:35:09 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.xen,v 1.134 2014/10/11 06:07:48 uebayasi Exp $
+#      $NetBSD: files.xen,v 1.135 2014/12/15 07:35:09 ozaki-r 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 
 
@@ -337,6 +337,10 @@
 file   arch/i386/i386/freebsd_syscall.c        compat_freebsd
 
 elifdef amd64
+# Binary compatibility with previous NetBSD releases (COMPAT_XX)
+file   arch/amd64/amd64/compat_13_machdep.c    compat_13
+file   arch/amd64/amd64/compat_16_machdep.c    compat_16 | compat_ibcs2
+
 # NetBSD/i386 32-bit binary compatibility (COMPAT_NETBSD32)
 include "compat/netbsd32/files.netbsd32"
 file   arch/amd64/amd64/netbsd32_machdep.c     compat_netbsd32



Home | Main Index | Thread Index | Old Index