diff options
author | Andreas Bombe <aeb@debian.org> | 2010-03-20 00:38:01 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-03-23 13:35:39 +0900 |
commit | 685abecfc2a6036b713229617570980c566c7500 (patch) | |
tree | 2249a927f3aff3bc8dddabc67bcc54d5afb96b56 /arch/sh | |
parent | 0a60a210ede8942c5149526bf6847176cee5c184 (diff) | |
download | kernel_samsung_espresso10-685abecfc2a6036b713229617570980c566c7500.zip kernel_samsung_espresso10-685abecfc2a6036b713229617570980c566c7500.tar.gz kernel_samsung_espresso10-685abecfc2a6036b713229617570980c566c7500.tar.bz2 |
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: Andreas Bombe <aeb@debian.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/process_64.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/sh/kernel/process_64.c b/arch/sh/kernel/process_64.c index c90957a..c0d40f6 100644 --- a/arch/sh/kernel/process_64.c +++ b/arch/sh/kernel/process_64.c @@ -504,13 +504,6 @@ out: 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) { |