]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arch/openrisc/lib/memcpy.c: use correct OR1200 option
authorValentin Rothberg <valentinrothberg@gmail.com>
Tue, 17 Jan 2017 08:12:48 +0000 (09:12 +0100)
committerStafford 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

index 4706f01a199a8c09c69e312bd4e9aa9696ef6bc8..669887a60e27a74d506cb6101660264b369496d4 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <linux/string.h>
 
-#ifdef CONFIG_OR1200
+#ifdef CONFIG_OR1K_1200
 /*
  * Do memcpy with word copies and loop unrolling. This gives the
  * best performance on the OR1200 and MOR1KX archirectures