Message ID | 148959364736.21414.18020569432658839877.stgit@Palanthas.fritz.box (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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. > */ >
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. */
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(-)