Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1499774
| From | Boris Ostrovsky <boris.ostrovsky@oracle.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] x86: xen: move cpu_up functions out of ifdef |
| Date | 2016-10-12 17:30 +0200 |
| Message-ID | <srtDH-6go-1@gated-at.bofh.it> (permalink) |
| References | <srtDH-6go-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 10/12/2016 11:20 AM, Arnd Bergmann wrote:
> Three newly introduced functions are not defined when CONFIG_XEN_PVHVM is
> disabled, but are still being used:
>
> arch/x86/xen/enlighten.c:141:12: warning: ‘xen_cpu_up_prepare’ used but never defined
> arch/x86/xen/enlighten.c:142:12: warning: ‘xen_cpu_up_online’ used but never defined
> arch/x86/xen/enlighten.c:143:12: warning: ‘xen_cpu_dead’ used but never defined
>
> Fixes: 4d737042d6c4 ("xen/x86: Convert to hotplug state machine")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] x86: xen: move cpu_up functions out of ifdef Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2016-10-12 17:30 +0200
csiph-web