WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: [PATCH] XEN: Fix misspelled CONFIG variable in comment.

To: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx>
Subject: [Xen-devel] Re: [PATCH] XEN: Fix misspelled CONFIG variable in comment.
From: Jiri Kosina <jkosina@xxxxxxx>
Date: Mon, 4 Jan 2010 11:54:44 +0100 (CET)
Cc: Xen Developer List <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Mon, 04 Jan 2010 05:09:24 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <alpine.LFD.2.00.0912281149070.11118@localhost>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <alpine.LFD.2.00.0912281149070.11118@localhost>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Alpine 2.00 (LNX 1167 2008-08-23)
On Mon, 28 Dec 2009, Robert P. J. Day wrote:

> Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx>
> 
> ---
> 
>   someone can decide if it's worth fixing that comment to reflect the
> correct spelling of that CONFIG variable.
> 
> diff --git a/arch/x86/xen/smp.c b/arch/x86/xen/smp.c
> index 563d205..deafb65 100644
> --- a/arch/x86/xen/smp.c
> +++ b/arch/x86/xen/smp.c
> @@ -361,7 +361,7 @@ static void xen_cpu_die(unsigned int cpu)
>               alternatives_smp_switch(0);
>  }
> 
> -static void __cpuinit xen_play_dead(void) /* used only with CPU_HOTPLUG */
> +static void __cpuinit xen_play_dead(void) /* used only with HOTPLUG_CPU */
>  {
>       play_dead_common();
>       HYPERVISOR_vcpu_op(VCPUOP_down, smp_processor_id(), NULL);

Applied to trivial tree, thanks.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Re: [PATCH] XEN: Fix misspelled CONFIG variable in comment., Jiri Kosina <=