Skip to content

Commit

Permalink
sh64: Remove long unused mid_sched macro
Browse files Browse the repository at this point in the history
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: Andreas Bombe <aeb@debian.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Andreas Bombe authored and Paul Mundt committed Mar 23, 2010
1 parent 0a60a21 commit 685abec
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions arch/sh/kernel/process_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 685abec

Please sign in to comment.