Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/arch/arm/conf Pull up revision 1.62 (requested by b...
details: https://anonhg.NetBSD.org/src/rev/4616dc310a60
branches: netbsd-1-6
changeset: 529407:4616dc310a60
user: he <he%NetBSD.org@localhost>
date: Mon Nov 18 02:37:12 2002 +0000
description:
Pull up revision 1.62 (requested by bjh21 in ticket #689):
New and much improved version of copyin(), copyout(), and
kcopy() which works on both 26-bit and 32-bit machines.
diffstat:
sys/arch/arm/conf/files.arm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 527d03693bf0 -r 4616dc310a60 sys/arch/arm/conf/files.arm
--- a/sys/arch/arm/conf/files.arm Mon Nov 18 02:36:47 2002 +0000
+++ b/sys/arch/arm/conf/files.arm Mon Nov 18 02:37:12 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.arm,v 1.60 2002/05/03 16:46:52 rjs Exp $
+# $NetBSD: files.arm,v 1.60.4.1 2002/11/18 02:37:12 he Exp $
# temporary define to allow easy moving to ../arch/arm/arm32
defflag ARM32
@@ -60,6 +60,7 @@
file arch/arm/arm/arm_machdep.c
file arch/arm/arm/ast.c
+file arch/arm/arm/bcopyinout.S
file arch/arm/arm/blockio.S
file arch/arm/arm/bootconfig.c
file arch/arm/arm/compat_13_machdep.c compat_13
@@ -110,7 +111,6 @@
# arm32 library functions
file arch/arm/arm32/bcopy_page.S arm32
-file arch/arm/arm32/bcopyinout.S arm32
file arch/arm/arm32/copystr.S arm32
# Linux binary compatibility (COMPAT_LINUX)
Home |
Main Index |
Thread Index |
Old Index