diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-05-14 05:43:50 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-05-14 05:43:50 -0700 |
| commit | 8fe084449efe98c1f36cd308fb9b5be5dff8c7a5 (patch) | |
| tree | 927fddaa7089aeba72aa3e23d2effd5098eac556 /init | |
| parent | 2e27bd98812fd2f07999574564bd8ce7ddfb4b9e (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.c | 2 |
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; |
