Module Name:    src
Committed By:   christos
Date:           Mon Dec 15 13:48:51 UTC 2014

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

Log Message:
there is no ibcs2 in amd64 [yet?]


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 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.135 src/sys/arch/xen/conf/files.xen:1.136
--- src/sys/arch/xen/conf/files.xen:1.135	Mon Dec 15 02:35:09 2014
+++ src/sys/arch/xen/conf/files.xen	Mon Dec 15 08:48:51 2014
@@ -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_sigcode.S	co
 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"

Reply via email to