diff options
-rw-r--r-- | arch/arc/include/asm/processor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arc/include/asm/processor.h b/arch/arc/include/asm/processor.h index 210fe97464c3..4e547296831d 100644 --- a/arch/arc/include/asm/processor.h +++ b/arch/arc/include/asm/processor.h | |||
@@ -56,9 +56,6 @@ unsigned long thread_saved_pc(struct task_struct *t); | |||
56 | /* Free all resources held by a thread */ | 56 | /* Free all resources held by a thread */ |
57 | #define release_thread(thread) do { } while (0) | 57 | #define release_thread(thread) do { } while (0) |
58 | 58 | ||
59 | /* Prepare to copy thread state - unlazy all lazy status */ | ||
60 | #define prepare_to_copy(tsk) do { } while (0) | ||
61 | |||
62 | /* | 59 | /* |
63 | * A lot of busy-wait loops in SMP are based off of non-volatile data otherwise | 60 | * A lot of busy-wait loops in SMP are based off of non-volatile data otherwise |
64 | * get optimised away by gcc | 61 | * get optimised away by gcc |