Commit f48fea03 authored by Luck, Tony's avatar Luck, Tony Committed by Linus Torvalds

ia64: fix build breakage in asm/thread_info.h

In commit 504f52b5
    mm: NUMA aware alloc_task_struct_node()

Eric Dumazet forgot a "\".  Add it.
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 968b503e
......@@ -91,7 +91,7 @@ struct thread_info {
KERNEL_STACK_SIZE_ORDER); \
struct task_struct *ret = page ? page_address(page) : NULL; \
\
ret;
ret; \
})
#define free_task_struct(tsk) free_pages((unsigned long) (tsk), KERNEL_STACK_SIZE_ORDER)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment