lkml.org 
[lkml]   [2011]   [Jul]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/7] mn10300: there is no CONFIG_CALIBRATE_DELAY
Date
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@nokia.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


\
 
 \ /
  Last update: 2011-07-03 00:07    [W:0.812 / U:0.564 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site