Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 05/15/2005 22:20:23
Module Name:	src
Committed By:	fvdl
Date:		Sun May 15 22:20:23 UTC 2005

Modified Files:
	src/sys/arch/amd64/conf: files.amd64
	src/sys/arch/i386/conf: files.i386
Added Files:
	src/sys/arch/x86/x86: linux_trap.c
Removed Files:
	src/sys/arch/amd64/amd64: linux_trap.c
	src/sys/arch/i386/i386: linux_trap.c

Log Message:
Move linux_trap.c from sys/arch/i386/i386 to sys/arch/x86/x86, and share
it. Remove the amd64 linux_trap.c (which was just a stub with a printf
anyway).


To generate a diff of this commit:
cvs rdiff -r1.1 -r0 src/sys/arch/amd64/amd64/linux_trap.c
cvs rdiff -r1.15 -r1.16 src/sys/arch/amd64/conf/files.amd64
cvs rdiff -r1.262 -r1.263 src/sys/arch/i386/conf/files.i386
cvs rdiff -r1.10 -r0 src/sys/arch/i386/i386/linux_trap.c
cvs rdiff -r0 -r1.1 src/sys/arch/x86/x86/linux_trap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.