aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/include/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/include/asm/processor.h')
-rw-r--r--arch/ia64/include/asm/processor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/ia64/include/asm/processor.h b/arch/ia64/include/asm/processor.h
index 483f6c6a4238..efcca1b601c5 100644
--- a/arch/ia64/include/asm/processor.h
+++ b/arch/ia64/include/asm/processor.h
@@ -343,9 +343,6 @@ struct task_struct;
343 */ 343 */
344#define release_thread(dead_task) 344#define release_thread(dead_task)
345 345
346/* Prepare to copy thread state - unlazy all lazy status */
347#define prepare_to_copy(tsk) do { } while (0)
348
349/* 346/*
350 * This is the mechanism for creating a new kernel thread. 347 * This is the mechanism for creating a new kernel thread.
351 * 348 *