All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] xen: credit2: remove undefined declaration of __dump_execstate()
@ 2017-03-15 16:00 Dario Faggioli
  2017-03-16 10:08 ` George Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Dario Faggioli @ 2017-03-15 16:00 UTC (permalink / raw)
  To: xen-devel; +Cc: George Dunlap, Jan Beulich

Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
---
Cc: George Dunlap <george.dunlap@citrix.com>
Cc: Jan Beulich <jbeulich@suse.com>
---
Changes from v1:
* improved subject line.
---
 xen/common/sched_credit2.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/xen/common/sched_credit2.c b/xen/common/sched_credit2.c
index af457c1..bb1c657 100644
--- a/xen/common/sched_credit2.c
+++ b/xen/common/sched_credit2.c
@@ -2437,8 +2437,6 @@ csched2_runtime(const struct scheduler *ops, int cpu,
     return time;
 }
 
-void __dump_execstate(void *unused);
-
 /*
  * Find a candidate.
  */


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] xen: credit2: remove undefined declaration of __dump_execstate()
  2017-03-15 16:00 [PATCH v2] xen: credit2: remove undefined declaration of __dump_execstate() Dario Faggioli
@ 2017-03-16 10:08 ` George Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: George Dunlap @ 2017-03-16 10:08 UTC (permalink / raw)
  To: Dario Faggioli, xen-devel; +Cc: Jan Beulich

On 15/03/17 16:00, Dario Faggioli wrote:
> Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>

Acked-by: George Dunlap <george.dunlap@citrix.com>

> ---
> Cc: George Dunlap <george.dunlap@citrix.com>
> Cc: Jan Beulich <jbeulich@suse.com>
> ---
> Changes from v1:
> * improved subject line.
> ---
>  xen/common/sched_credit2.c |    2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/xen/common/sched_credit2.c b/xen/common/sched_credit2.c
> index af457c1..bb1c657 100644
> --- a/xen/common/sched_credit2.c
> +++ b/xen/common/sched_credit2.c
> @@ -2437,8 +2437,6 @@ csched2_runtime(const struct scheduler *ops, int cpu,
>      return time;
>  }
>  
> -void __dump_execstate(void *unused);
> -
>  /*
>   * Find a candidate.
>   */
> 


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-16 10:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-15 16:00 [PATCH v2] xen: credit2: remove undefined declaration of __dump_execstate() Dario Faggioli
2017-03-16 10:08 ` George Dunlap

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.