Commit 685abecf authored by Andreas Bombe's avatar Andreas Bombe Committed by Paul Mundt

sh64: Remove long unused mid_sched macro

interruptible_sleep_on() is referenced for use in the mid_sched macro
which is not used anywhere.  Remove reference and macro as well as the
comment which appears to belong with them.
Signed-off-by: default avatarAndreas Bombe <aeb@debian.org>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 0a60a210
...@@ -504,13 +504,6 @@ out: ...@@ -504,13 +504,6 @@ out:
return error; return error;
} }
/*
* These bracket the sleeping functions..
*/
extern void interruptible_sleep_on(wait_queue_head_t *q);
#define mid_sched ((unsigned long) interruptible_sleep_on)
#ifdef CONFIG_FRAME_POINTER #ifdef CONFIG_FRAME_POINTER
static int in_sh64_switch_to(unsigned long pc) static int in_sh64_switch_to(unsigned long pc)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment