summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-05-14 05:43:50 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-05-14 05:43:50 -0700
commit8fe084449efe98c1f36cd308fb9b5be5dff8c7a5 (patch)
tree927fddaa7089aeba72aa3e23d2effd5098eac556 /init
parent2e27bd98812fd2f07999574564bd8ce7ddfb4b9e (diff)
[PATCH] ia64 cpu hotplug: core kernel initialisation
From: Ashok Raj <ashok.raj@intel.com> This patch changes __init to __devinit to init_idle so that when a new cpu arrives, it can call these functions at a later time.
Diffstat (limited to 'init')
-rw-r--r--init/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c
index 4236f2650fa8..8ee50fc72594 100644
--- a/init/main.c
+++ b/init/main.c
@@ -178,7 +178,7 @@ EXPORT_SYMBOL(loops_per_jiffy);
better than 1% */
#define LPS_PREC 8
-void __init calibrate_delay(void)
+void __devinit calibrate_delay(void)
{
unsigned long ticks, loopbit;
int lps_precision = LPS_PREC;