All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Rusty Russell <rusty@rustcorp.com.au>
Cc: virtualization@lists.linux-foundation.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] stop_machine: wean Xen off stop_machine_run
Date: Tue, 12 Aug 2008 22:57:33 -0700	[thread overview]
Message-ID: <48A277CD.3060300@goop.org> (raw)
In-Reply-To: <200808131552.18942.rusty@rustcorp.com.au>

Rusty Russell wrote:
> This is the last use of (the deprecated) stop_machine_run in the tree.
>   

OK, thanks.

> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
>   
Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>

> diff -r 332ec042cb4d drivers/xen/manage.c
> --- a/drivers/xen/manage.c	Wed Aug 13 10:48:27 2008 +1000
> +++ b/drivers/xen/manage.c	Wed Aug 13 15:50:02 2008 +1000
> @@ -102,7 +102,7 @@ static void do_suspend(void)
>  	/* XXX use normal device tree? */
>  	xenbus_suspend();
>  
> -	err = stop_machine_run(xen_suspend, &cancelled, 0);
> +	err = stop_machine(xen_suspend, &cancelled, &cpumask_of_cpu(0));
>  	if (err) {
>  		printk(KERN_ERR "failed to start xen_suspend: %d\n", err);
>  		goto out;
>   


  reply	other threads:[~2008-08-13  5:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-13  5:52 [PATCH] stop_machine: wean Xen off stop_machine_run Rusty Russell
2008-08-13  5:57 ` Jeremy Fitzhardinge [this message]
2008-08-13  5:57 ` Jeremy Fitzhardinge
  -- strict thread matches above, loose matches on Subject: below --
2008-08-13  5:52 Rusty Russell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48A277CD.3060300@goop.org \
    --to=jeremy@goop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rusty@rustcorp.com.au \
    --cc=virtualization@lists.linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.