lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 8 Apr 2009 22:39:24 +0400
From:	Cyrill Gorcunov <gorcunov@...il.com>
To:	mingo@...hat.com, hpa@...or.com, linux-kernel@...r.kernel.org,
	yinghai@...nel.org, tglx@...utronix.de, mingo@...e.hu
Cc:	linux-tip-commits@...r.kernel.org
Subject: Re: [tip:x86/apic] x86: make wakeup_secondary_cpu_via_init static

[Yinghai Lu - Wed, Apr 08, 2009 at 01:00:32PM +0000]
| Commit-ID:  cdc1cb0d4445f39561a65204d26f89365f917550
| Gitweb:     http://git.kernel.org/tip/cdc1cb0d4445f39561a65204d26f89365f917550
| Author:     Yinghai Lu <yinghai@...nel.org>
| AuthorDate: Fri, 3 Apr 2009 17:15:14 -0700
| Committer:  Ingo Molnar <mingo@...e.hu>
| CommitDate: Wed, 8 Apr 2009 14:50:28 +0200
| 
| x86: make wakeup_secondary_cpu_via_init static
| 
| Impact: cleanup
| 
| Signed-off-by: Yinghai Lu <yinghai@...nel.org>
| LKML-Reference: <49D6A692.6040400@...nel.org>
| Signed-off-by: Ingo Molnar <mingo@...e.hu>
| 
| 
| ---
|  arch/x86/kernel/smpboot.c |    2 +-
|  1 files changed, 1 insertions(+), 1 deletions(-)
| 
| diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
| index 58d24ef..bddf2cc 100644
| --- a/arch/x86/kernel/smpboot.c
| +++ b/arch/x86/kernel/smpboot.c
| @@ -538,7 +538,7 @@ wakeup_secondary_cpu_via_nmi(int logical_apicid, unsigned long start_eip)
|  	return (send_status | accept_status);
|  }
|  
| -int __devinit
| +static int __devinit
|  wakeup_secondary_cpu_via_init(int phys_apicid, unsigned long start_eip)
|  {
|  	unsigned long send_status, accept_status = 0;

Hi Yinghai,

just curious why it's not __cpuinit? Did I miss something?

       Cyrill
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ