* [PATCH] MN10300: Fix typo "CONFIG_GEENERIC_CLOCKEVENTS_BROADCAST"
@ 2014-03-09 22:04 Paul Bolle
0 siblings, 0 replies; only message in thread
From: Paul Bolle @ 2014-03-09 22:04 UTC (permalink / raw)
To: David Howells, Koichi Yasutake; +Cc: linux-am33-list, linux-kernel
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
This typo has been in the tree since v2.6.37. Perhaps the negative test
for CONFIG_GENERIC_CLOCKEVENTS_BROADCAST can actually be dropped.
Anyhow, completely untested.
arch/mn10300/kernel/cevt-mn10300.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mn10300/kernel/cevt-mn10300.c b/arch/mn10300/kernel/cevt-mn10300.c
index ccce35e..504ef6a 100644
--- a/arch/mn10300/kernel/cevt-mn10300.c
+++ b/arch/mn10300/kernel/cevt-mn10300.c
@@ -16,7 +16,7 @@
#include "internal.h"
#ifdef CONFIG_SMP
-#if (CONFIG_NR_CPUS > 2) && !defined(CONFIG_GEENERIC_CLOCKEVENTS_BROADCAST)
+#if (CONFIG_NR_CPUS > 2) && !defined(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST)
#error "This doesn't scale well! Need per-core local timers."
#endif
#else /* CONFIG_SMP */
--
1.8.5.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-03-09 22:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-09 22:04 [PATCH] MN10300: Fix typo "CONFIG_GEENERIC_CLOCKEVENTS_BROADCAST" Paul Bolle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox