From: Andreas Bombe Date: Sat, 20 Mar 2010 00:38:01 +0000 (+0000) Subject: sh64: Remove long unused mid_sched macro X-Git-Tag: v2.6.34-rc3~38^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=685abecfc2a6036b713229617570980c566c7500;p=karo-tx-linux.git 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 Signed-off-by: Paul Mundt --- diff --git a/arch/sh/kernel/process_64.c b/arch/sh/kernel/process_64.c index c90957a459ac..c0d40f671ecd 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) {