aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390')
-rw-r--r--arch/s390/include/asm/processor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/s390/include/asm/processor.h b/arch/s390/include/asm/processor.h
index d499b30ea487..6cbf31311673 100644
--- a/arch/s390/include/asm/processor.h
+++ b/arch/s390/include/asm/processor.h
@@ -141,9 +141,6 @@ struct seq_file;
141extern void release_thread(struct task_struct *); 141extern void release_thread(struct task_struct *);
142extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); 142extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags);
143 143
144/* Prepare to copy thread state - unlazy all lazy status */
145#define prepare_to_copy(tsk) do { } while (0)
146
147/* 144/*
148 * Return saved PC of a blocked thread. 145 * Return saved PC of a blocked thread.
149 */ 146 */