summaryrefslogtreecommitdiff
path: root/arch/x86/machine/param.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-06-22 22:05:34 +0200
committerRichard Braun <rbraun@sceen.net>2017-06-22 22:05:34 +0200
commit71b302e2c41f7bfb92beda8961a6d57bef2bd14e (patch)
treed42cd7a6a9e1e42024e4ed44b9ec0a4d0c516460 /arch/x86/machine/param.h
parent349440892725cc5aefd7839bc4d30611c0092898 (diff)
kern/string: fetch arch-specific defines from machine/string.h
Diffstat (limited to 'arch/x86/machine/param.h')
-rw-r--r--arch/x86/machine/param.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/x86/machine/param.h b/arch/x86/machine/param.h
index 6ee11cce..557bc800 100644
--- a/arch/x86/machine/param.h
+++ b/arch/x86/machine/param.h
@@ -52,17 +52,6 @@
#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
-#define ARCH_STRING_STRLEN
-#define ARCH_STRING_STRCPY
-#define ARCH_STRING_STRCMP
-
-/*
* System timer frequency.
*
* The selected value of 200 translates to a period of 5ms, small enough to