diff options
| -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 c90957a459ac..c0d40f671ecd 100644 --- a/arch/sh/kernel/process_64.c +++ b/arch/sh/kernel/process_64.c | |||
| @@ -504,13 +504,6 @@ out: | |||
| 504 | return error; | 504 | return error; |
| 505 | } | 505 | } |
| 506 | 506 | ||
| 507 | /* | ||
| 508 | * These bracket the sleeping functions.. | ||
| 509 | */ | ||
| 510 | extern void interruptible_sleep_on(wait_queue_head_t *q); | ||
| 511 | |||
| 512 | #define mid_sched ((unsigned long) interruptible_sleep_on) | ||
| 513 | |||
| 514 | #ifdef CONFIG_FRAME_POINTER | 507 | #ifdef CONFIG_FRAME_POINTER |
| 515 | static int in_sh64_switch_to(unsigned long pc) | 508 | static int in_sh64_switch_to(unsigned long pc) |
| 516 | { | 509 | { |
