summaryrefslogtreecommitdiff
path: root/arch/x86/machine/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/machine/param.h')
-rw-r--r--arch/x86/machine/param.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/machine/param.h b/arch/x86/machine/param.h
index 80c8de9..ce373c8 100644
--- a/arch/x86/machine/param.h
+++ b/arch/x86/machine/param.h
@@ -50,6 +50,14 @@
#define __read_mostly __section(".data.read_mostly")
/*
+ * Provide architecture-specific string functions.
+ */
+#define ARCH_STRING_MEMCPY
+#define ARCH_STRING_MEMMOVE
+#define ARCH_STRING_MEMSET
+#define ARCH_STRING_MEMCMP
+
+/*
* System timer frequency.
*
* The selected value of 200 translates to a period of 5ms, small enough to