Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302837
b: refs/heads/master
c: 7b8fe05
h: refs/heads/master
i:
  302835: cf4304b
v: v3
  • Loading branch information
Thomas Gleixner committed May 8, 2012
1 parent 32ba76f commit 1d4cdde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 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: 0d15d74a1ead10673b5b1db66d4c90552769096c
refs/heads/master: 7b8fe0570a65486e77823d5fcec9998c2aae9970
17 changes: 2 additions & 15 deletions trunk/arch/c6x/include/asm/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
#ifdef CONFIG_4KSTACKS
#define THREAD_SIZE 4096
#define THREAD_SHIFT 12
#define THREAD_ORDER 0
#define THREAD_SIZE_ORDER 0
#else
#define THREAD_SIZE 8192
#define THREAD_SHIFT 13
#define THREAD_ORDER 1
#define THREAD_SIZE_ORDER 1
#endif

#define THREAD_START_SP (THREAD_SIZE - 8)
Expand Down Expand Up @@ -80,19 +80,6 @@ struct thread_info *current_thread_info(void)
return ti;
}

#define __HAVE_ARCH_THREAD_INFO_ALLOCATOR

/* thread information allocation */
#ifdef CONFIG_DEBUG_STACK_USAGE
#define THREAD_FLAGS (GFP_KERNEL | __GFP_NOTRACK | __GFP_ZERO)
#else
#define THREAD_FLAGS (GFP_KERNEL | __GFP_NOTRACK)
#endif

#define alloc_thread_info_node(tsk, node) \
((struct thread_info *)__get_free_pages(THREAD_FLAGS, THREAD_ORDER))

#define free_thread_info(ti) free_pages((unsigned long) (ti), THREAD_ORDER)
#define get_thread_info(ti) get_task_struct((ti)->task)
#define put_thread_info(ti) put_task_struct((ti)->task)
#endif /* __ASSEMBLY__ */
Expand Down

0 comments on commit 1d4cdde

Please sign in to comment.