]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
sh64: Remove long unused mid_sched macro
authorAndreas Bombe <aeb@debian.org>
Sat, 20 Mar 2010 00:38:01 +0000 (00:38 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 23 Mar 2010 04:35:39 +0000 (13:35 +0900)
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>
arch/sh/kernel/process_64.c

index c90957a459ac9f59bf85d82f68b2c6caba917071..c0d40f671ecd6145cc31ed238b806e2ac671136f 100644 (file)
@@ -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)
 {