LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH]: Kill unused scheduler decl.
@ 2008-10-17  4:14 David Miller
  2008-10-17 10:59 ` Peter Zijlstra
  2008-10-17 11:00 ` Ingo Molnar
  0 siblings, 2 replies; 3+ messages in thread
From: David Miller @ 2008-10-17  4:14 UTC (permalink / raw)
  To: mingo; +Cc: peterz, linux-kernel


I noticed this while making investigations into the tbench
regressions.  Please apply.

sched: Remove hrtick_resched() extern decl.

This function was removed by 31656519e132f6612584815f128c83976a9aaaef
("sched, x86: clean up hrtick implementation").

Signed-off-by: David S. Miller <davem@davemloft.net>

diff --git a/include/linux/sched.h b/include/linux/sched.h
index c226c7b..6eda6ad 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -287,7 +287,6 @@ extern void trap_init(void);
 extern void account_process_tick(struct task_struct *task, int user);
 extern void update_process_times(int user);
 extern void scheduler_tick(void);
-extern void hrtick_resched(void);
 
 extern void sched_show_task(struct task_struct *p);
 

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

* Re: [PATCH]: Kill unused scheduler decl.
  2008-10-17  4:14 [PATCH]: Kill unused scheduler decl David Miller
@ 2008-10-17 10:59 ` Peter Zijlstra
  2008-10-17 11:00 ` Ingo Molnar
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Zijlstra @ 2008-10-17 10:59 UTC (permalink / raw)
  To: David Miller; +Cc: mingo, linux-kernel

On Thu, 2008-10-16 at 21:14 -0700, David Miller wrote:
> I noticed this while making investigations into the tbench
> regressions.  Please apply.
> 
> sched: Remove hrtick_resched() extern decl.
> 
> This function was removed by 31656519e132f6612584815f128c83976a9aaaef
> ("sched, x86: clean up hrtick implementation").
> 
> Signed-off-by: David S. Miller <davem@davemloft.net>

Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>

Thanks David!

> diff --git a/include/linux/sched.h b/include/linux/sched.h
> index c226c7b..6eda6ad 100644
> --- a/include/linux/sched.h
> +++ b/include/linux/sched.h
> @@ -287,7 +287,6 @@ extern void trap_init(void);
>  extern void account_process_tick(struct task_struct *task, int user);
>  extern void update_process_times(int user);
>  extern void scheduler_tick(void);
> -extern void hrtick_resched(void);
>  
>  extern void sched_show_task(struct task_struct *p);
>  
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


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

* Re: [PATCH]: Kill unused scheduler decl.
  2008-10-17  4:14 [PATCH]: Kill unused scheduler decl David Miller
  2008-10-17 10:59 ` Peter Zijlstra
@ 2008-10-17 11:00 ` Ingo Molnar
  1 sibling, 0 replies; 3+ messages in thread
From: Ingo Molnar @ 2008-10-17 11:00 UTC (permalink / raw)
  To: David Miller; +Cc: peterz, linux-kernel


* David Miller <davem@davemloft.net> wrote:

> I noticed this while making investigations into the tbench
> regressions.  Please apply.
> 
> sched: Remove hrtick_resched() extern decl.
> 
> This function was removed by 31656519e132f6612584815f128c83976a9aaaef
> ("sched, x86: clean up hrtick implementation").
> 
> Signed-off-by: David S. Miller <davem@davemloft.net>

applied to tip/sched/urgent, thanks David!

	Ingo

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

end of thread, other threads:[~2008-10-17 11:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-17  4:14 [PATCH]: Kill unused scheduler decl David Miller
2008-10-17 10:59 ` Peter Zijlstra
2008-10-17 11:00 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).