projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
968b503
)
ia64: fix build breakage in asm/thread_info.h
author
Luck, Tony
<tony.luck@intel.com>
Wed, 23 Mar 2011 23:41:43 +0000
(16:41 -0700)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/arch/ia64/include/asm/thread_info.h
b/arch/ia64/include/asm/thread_info.h
index 6392908e8f9816c2d5d7432720fc8497054580e4..ff0cc84e7bcc11cfb4af82d819d25e9610bdd387 100644
(file)
--- a/
arch/ia64/include/asm/thread_info.h
+++ b/
arch/ia64/include/asm/thread_info.h
@@
-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)