]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ia64: fix build breakage in asm/thread_info.h
authorLuck, Tony <tony.luck@intel.com>
Wed, 23 Mar 2011 23:41:43 +0000 (16:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Mar 2011 02:46:09 +0000 (19:46 -0700)
In commit 504f52b5439aaf26d3e2c1d45ec10fce38c8dd27
    mm: NUMA aware alloc_task_struct_node()

Eric Dumazet forgot a "\".  Add it.

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/ia64/include/asm/thread_info.h

index 6392908e8f9816c2d5d7432720fc8497054580e4..ff0cc84e7bcc11cfb4af82d819d25e9610bdd387 100644 (file)
@@ -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)