patch-2.4.0-test10 linux/include/asm-ia64/string.h
Next file: linux/include/asm-ia64/system.h
Previous file: linux/include/asm-ia64/spinlock.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Oct 9 17:55:00 2000
- Orig file:
v2.4.0-test9/linux/include/asm-ia64/string.h
- Orig date:
Fri Jul 14 16:08:12 2000
diff -u --recursive --new-file v2.4.0-test9/linux/include/asm-ia64/string.h linux/include/asm-ia64/string.h
@@ -9,6 +9,9 @@
* Copyright (C) 1998-2000 David Mosberger-Tang <davidm@hpl.hp.com>
*/
+#include <linux/config.h> /* remove this once we remove the A-step workaround... */
+#ifndef CONFIG_ITANIUM_ASTEP_SPECIFIC
+
#define __HAVE_ARCH_STRLEN 1 /* see arch/ia64/lib/strlen.S */
#define __HAVE_ARCH_MEMSET 1 /* see arch/ia64/lib/memset.S */
#define __HAVE_ARCH_MEMCPY 1 /* see arch/ia64/lib/memcpy.S */
@@ -17,5 +20,7 @@
extern __kernel_size_t strlen (const char *);
extern void *memset (void *, int, __kernel_size_t);
extern void *memcpy (void *, const void *, __kernel_size_t);
+
+#endif /* CONFIG_ITANIUM_ASTEP_SPECIFIC */
#endif /* _ASM_IA64_STRING_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)