Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26273
b: refs/heads/master
c: 1df57c0
h: refs/heads/master
i:
  26271: 0a78015
v: v3
  • Loading branch information
Cliff Wickman authored and Tony Luck committed Apr 27, 2006
1 parent 2bdac21 commit 92608cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dd4cb9f8ac9717c9db2b2afc5a82cb95a3d5dec3
refs/heads/master: 1df57c0c21c92a6d4fcfe5304c84151ed9beb7a2
2 changes: 1 addition & 1 deletion trunk/include/asm-ia64/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ struct thread_info {
#define end_of_stack(p) (unsigned long *)((void *)(p) + IA64_RBS_OFFSET)

#define __HAVE_ARCH_TASK_STRUCT_ALLOCATOR
#define alloc_task_struct() ((task_t *)__get_free_pages(GFP_KERNEL, KERNEL_STACK_SIZE_ORDER))
#define alloc_task_struct() ((task_t *)__get_free_pages(GFP_KERNEL | __GFP_COMP, KERNEL_STACK_SIZE_ORDER))
#define free_task_struct(tsk) free_pages((unsigned long) (tsk), KERNEL_STACK_SIZE_ORDER)

#endif /* !__ASSEMBLY */
Expand Down

0 comments on commit 92608cb

Please sign in to comment.