Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1499774 > unrolled thread

Re: [PATCH] x86: xen: move cpu_up functions out of ifdef

Started byBoris Ostrovsky <boris.ostrovsky@oracle.com>
First post2016-10-12 17:30 +0200
Last post2016-10-12 17:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] x86: xen: move cpu_up functions out of ifdef Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2016-10-12 17:30 +0200

#1499774 — Re: [PATCH] x86: xen: move cpu_up functions out of ifdef

FromBoris Ostrovsky <boris.ostrovsky@oracle.com>
Date2016-10-12 17:30 +0200
SubjectRe: [PATCH] x86: xen: move cpu_up functions out of ifdef
Message-ID<srtDH-6go-1@gated-at.bofh.it>
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>

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web