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 there is no ibcs2 in amd64 [yet?]



details:   https://anonhg.NetBSD.org/src/rev/98e89835d0a4
branches:  trunk
changeset: 334929:98e89835d0a4
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Dec 15 13:48:51 2014 +0000

description:
there is no ibcs2 in amd64 [yet?]

diffstat:

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

diffs (21 lines):

diff -r 801b170e50a1 -r 98e89835d0a4 sys/arch/xen/conf/files.xen
--- a/sys/arch/xen/conf/files.xen       Mon Dec 15 13:43:24 2014 +0000
+++ b/sys/arch/xen/conf/files.xen       Mon Dec 15 13:48:51 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.xen,v 1.135 2014/12/15 07:35:09 ozaki-r Exp $
+#      $NetBSD: files.xen,v 1.136 2014/12/15 13:48:51 christos 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,9 +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
+file   arch/amd64/amd64/compat_16_machdep.c    compat_16
 
 # NetBSD/i386 32-bit binary compatibility (COMPAT_NETBSD32)
 include "compat/netbsd32/files.netbsd32"



Home | Main Index | Thread Index | Old Index