Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/common/lib/libc/arch/arm/string It is just the __ffssi2 alia...
details: https://anonhg.NetBSD.org/src/rev/893269772757
branches: trunk
changeset: 338304:893269772757
user: justin <justin%NetBSD.org@localhost>
date: Sun May 17 22:14:38 2015 +0000
description:
It is just the __ffssi2 alias we do not want in rump kernel
diffstat:
common/lib/libc/arch/arm/string/ffs.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (31 lines):
diff -r 52ef69cd40a7 -r 893269772757 common/lib/libc/arch/arm/string/ffs.S
--- a/common/lib/libc/arch/arm/string/ffs.S Sun May 17 22:08:24 2015 +0000
+++ b/common/lib/libc/arch/arm/string/ffs.S Sun May 17 22:14:38 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ffs.S,v 1.8 2015/05/17 20:57:12 justin Exp $ */
+/* $NetBSD: ffs.S,v 1.9 2015/05/17 22:14:38 justin Exp $ */
/*
* Copyright (c) 2001 Christopher Gilbert
* All rights reserved.
@@ -30,7 +30,7 @@
#include <machine/asm.h>
-RCSID("$NetBSD: ffs.S,v 1.8 2015/05/17 20:57:12 justin Exp $")
+RCSID("$NetBSD: ffs.S,v 1.9 2015/05/17 22:14:38 justin Exp $")
/*
* ffs - find first set bit, this algorithm isolates the first set
@@ -46,6 +46,7 @@
*/
#ifndef _RUMPKERNEL
STRONG_ALIAS(__ffssi2,ffs)
+#endif
#if (defined(_ARM_ARCH_5) && !defined(__thumb__)) || defined(_ARM_ARCH_T2)
#if defined(_ARM_ARCH_T2)
ENTRY(ffs)
@@ -91,4 +92,3 @@
.byte 30, 0, 23, 19, 29, 18, 17, 0 /* 56-63 */
END(ffs)
#endif
-#endif /* _RUMPKERNEL */
Home |
Main Index |
Thread Index |
Old Index