diff options
Diffstat (limited to 'include/asm-ia64/processor.h')
-rw-r--r-- | include/asm-ia64/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-ia64/processor.h b/include/asm-ia64/processor.h index 37a8c2ba4..2fb8e357f 100644 --- a/include/asm-ia64/processor.h +++ b/include/asm-ia64/processor.h @@ -378,7 +378,6 @@ extern int kernel_thread (int (*fn)(void *), void *arg, unsigned long flags); /* Copy and release all segment info associated with a VM */ #define copy_segments(tsk, mm) do { } while (0) #define release_segments(mm) do { } while (0) -#define forget_segments() do { } while (0) /* Get wait channel for task P. */ extern unsigned long get_wchan (struct task_struct *p); |