Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -504,13 +504,6 @@ asmlinkage int sys_execve(char *ufilename, char **uargv,
	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
static int in_sh64_switch_to(unsigned long pc)
{