Module Name:    src
Committed By:   uebayasi
Date:           Sat Oct 30 08:43:12 UTC 2010

Modified Files:
        src/sys/arch/powerpc/conf [uebayasi-xip]: files.powerpc
        src/sys/arch/x86/conf [uebayasi-xip]: files.x86

Log Message:
xmd_machdep.c is gone.


To generate a diff of this commit:
cvs rdiff -u -r1.71.4.4 -r1.71.4.5 src/sys/arch/powerpc/conf/files.powerpc
cvs rdiff -u -r1.54.2.2 -r1.54.2.3 src/sys/arch/x86/conf/files.x86

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/powerpc/conf/files.powerpc
diff -u src/sys/arch/powerpc/conf/files.powerpc:1.71.4.4 src/sys/arch/powerpc/conf/files.powerpc:1.71.4.5
--- src/sys/arch/powerpc/conf/files.powerpc:1.71.4.4	Wed Aug 25 14:33:07 2010
+++ src/sys/arch/powerpc/conf/files.powerpc	Sat Oct 30 08:43:12 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: files.powerpc,v 1.71.4.4 2010/08/25 14:33:07 uebayasi Exp $
+#	$NetBSD: files.powerpc,v 1.71.4.5 2010/10/30 08:43:12 uebayasi Exp $
 
 defflag	opt_altivec.h	ALTIVEC K_ALTIVEC
 defflag	opt_openpic.h	OPENPIC OPENPIC_SERIAL_MODE
@@ -94,5 +94,3 @@
 file arch/powerpc/powerpc/linux_sigcode.S		compat_linux
 file arch/powerpc/powerpc/linux_trap.c			compat_linux
 file arch/powerpc/powerpc/linux_syscall.c		compat_linux
-
-file	arch/powerpc/powerpc/xmd_machdep.c		xmd

Index: src/sys/arch/x86/conf/files.x86
diff -u src/sys/arch/x86/conf/files.x86:1.54.2.2 src/sys/arch/x86/conf/files.x86:1.54.2.3
--- src/sys/arch/x86/conf/files.x86:1.54.2.2	Fri Aug 20 07:04:37 2010
+++ src/sys/arch/x86/conf/files.x86	Sat Oct 30 08:43:12 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: files.x86,v 1.54.2.2 2010/08/20 07:04:37 uebayasi Exp $
+#	$NetBSD: files.x86,v 1.54.2.3 2010/10/30 08:43:12 uebayasi Exp $
 
 # options for MP configuration through the MP spec
 defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI
@@ -121,8 +121,6 @@
 
 file	arch/x86/x86/tprof_pmi.c	tprof	needs-flag
 
-file	arch/x86/x86/xmd_machdep.c	xmd
-
 file	arch/x86/pci/pci_machdep.c	pci
 file	arch/x86/pci/pci_intr_machdep.c	pci
 

Reply via email to