[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <7ec3096414795682d3540c4b8020ff52b12b34a6.1487910170.git.shorne@gmail.com>
Date: Fri, 24 Feb 2017 13:32:42 +0900
From: Stafford Horne <shorne@...il.com>
To: Jonas Bonn <jonas@...thpole.se>,
Stefan Kristiansson <stefan.kristiansson@...nalahti.fi>
Cc: linux@...ck-us.net, openrisc@...ts.librecores.org,
linux-kernel@...r.kernel.org,
Valentin Rothberg <valentinrothberg@...il.com>,
Stafford Horne <shorne@...il.com>
Subject: [PATCH v4 22/24] arch/openrisc/lib/memcpy.c: use correct OR1200 option
From: Valentin Rothberg <valentinrothberg@...il.com>
The Kconfig option for OR12000 is OR1K_1200.
Signed-off-by: Valentin Rothberg <valentinrothberg@...il.com>
Signed-off-by: Stafford Horne <shorne@...il.com>
---
arch/openrisc/lib/memcpy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/openrisc/lib/memcpy.c b/arch/openrisc/lib/memcpy.c
index 4706f01..669887a 100644
--- 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_OR1K_1200
/*
* Do memcpy with word copies and loop unrolling. This gives the
* best performance on the OR1200 and MOR1KX archirectures
--
2.9.3
Powered by blists - more mailing lists