Skip to content
Snippets Groups Projects
Commit f48fea03 authored by Tony Luck's avatar Tony Luck Committed by Linus Torvalds
Browse files

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
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment