Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libkern/arch/sparc Revert previous. christos fixed ...



details:   https://anonhg.NetBSD.org/src/rev/bbb3e538cca0
branches:  trunk
changeset: 785514:bbb3e538cca0
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Sun Mar 17 04:45:46 2013 +0000

description:
Revert previous.  christos fixed the root cause.

diffstat:

 sys/lib/libkern/arch/sparc/Makefile.inc |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (15 lines):

diff -r e90acaeb4f17 -r bbb3e538cca0 sys/lib/libkern/arch/sparc/Makefile.inc
--- a/sys/lib/libkern/arch/sparc/Makefile.inc   Sun Mar 17 04:35:59 2013 +0000
+++ b/sys/lib/libkern/arch/sparc/Makefile.inc   Sun Mar 17 04:45:46 2013 +0000
@@ -1,10 +1,7 @@
-#      $NetBSD: Makefile.inc,v 1.35 2013/03/14 11:53:34 nakayama Exp $
+#      $NetBSD: Makefile.inc,v 1.36 2013/03/17 04:45:46 nakayama Exp $
 
 SRCS+= ffs.S
-.if (${MACHINE} != "sparc64") || defined(RUMPTOP)
-# provided by memcpyset.s on sparc64 32-bit kernel
 SRCS+= memset.S
-.endif
 SRCS+= strlen.S
 SRCS+= htonl.S htons.S ntohl.S ntohs.S
 SRCS+= random.S



Home | Main Index | Thread Index | Old Index