projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ccffdf
)
arch/openrisc/lib/memcpy.c: use correct OR1200 option
author
Valentin Rothberg
<valentinrothberg@gmail.com>
Tue, 17 Jan 2017 08:12:48 +0000
(09:12 +0100)
committer
Stafford Horne
<shorne@gmail.com>
Fri, 24 Feb 2017 20:08:46 +0000
(
05:08
+0900)
The Kconfig option for OR12000 is OR1K_1200.
Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: Stafford Horne <shorne@gmail.com>
arch/openrisc/lib/memcpy.c
patch
|
blob
|
history
diff --git
a/arch/openrisc/lib/memcpy.c
b/arch/openrisc/lib/memcpy.c
index 4706f01a199a8c09c69e312bd4e9aa9696ef6bc8..669887a60e27a74d506cb6101660264b369496d4 100644
(file)
--- a/
arch/openrisc/lib/memcpy.c
+++ b/
arch/openrisc/lib/memcpy.c
@@
-17,7
+17,7
@@
#include <linux/string.h>
-#ifdef CONFIG_OR1200
+#ifdef CONFIG_OR1
K_1
200
/*
* Do memcpy with word copies and loop unrolling. This gives the
* best performance on the OR1200 and MOR1KX archirectures