[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1309643272-364-2-git-send-email-ext-phil.2.carmody@nokia.com>
Date: Sun, 3 Jul 2011 00:47:46 +0300
From: Phil Carmody <ext-phil.2.carmody@...ia.com>
To: trivial@...nel.org
Cc: ext-phil.2.carmody@...ia.com, linux-kernel@...r.kernel.org
Subject: [PATCH 1/7] mn10300: there is no CONFIG_CALIBRATE_DELAY
There is, however, CONFIG_GENERIC_CALIBRATE_DELAY.
Part of a shotgun patchset; found by greps, seds, and diffs
rather than actual understanding.
Signed-off-by: Phil Carmody <ext-phil.2.carmody@...ia.com>
---
arch/mn10300/kernel/smp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/mn10300/kernel/smp.c b/arch/mn10300/kernel/smp.c
index 9242e9f..d159b87 100644
--- a/arch/mn10300/kernel/smp.c
+++ b/arch/mn10300/kernel/smp.c
@@ -855,7 +855,7 @@ static void __init smp_callin(void)
BUG();
}
-#ifdef CONFIG_CALIBRATE_DELAY
+#ifdef CONFIG_GENERIC_CALIBRATE_DELAY
calibrate_delay(); /* Get our bogomips */
#endif
--
1.7.2.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists