From b3a60bb1ebc5d79a88cb39e664a15f3736f3cdf4 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Wed, 9 Jan 2008 00:18:28 +0100 Subject: [PATCH] --- yaml --- r: 75298 b: refs/heads/master c: a2b484a29cc9f565b013c0e7f1e0cc22dec12456 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/smpboot_64.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a51e952bb2da..deef63731862 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 165e4694dade7224f23785f9c3a89f3e9c3a9c14 +refs/heads/master: a2b484a29cc9f565b013c0e7f1e0cc22dec12456 diff --git a/trunk/arch/x86/kernel/smpboot_64.c b/trunk/arch/x86/kernel/smpboot_64.c index 500670c93d81..aaf4e1291217 100644 --- a/trunk/arch/x86/kernel/smpboot_64.c +++ b/trunk/arch/x86/kernel/smpboot_64.c @@ -526,7 +526,7 @@ struct create_idle { int cpu; }; -void do_fork_idle(struct work_struct *work) +static void __cpuinit do_fork_idle(struct work_struct *work) { struct create_idle *c_idle = container_of(work, struct create_idle, work);