Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302843
b: refs/heads/master
c: 3194f61
h: refs/heads/master
i:
  302841: e84200f
  302839: 3a9ea60
v: v3
  • Loading branch information
Thomas Gleixner committed May 8, 2012
1 parent ccbe9cf commit 88b7104
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: fe844052bca4355bf1a1b078d3e7727800cf3c73
refs/heads/master: 3194f61de93d4d4fbc2f2ddb25aeded6f9cebaeb
12 changes: 0 additions & 12 deletions trunk/arch/mips/include/asm/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,6 @@ register struct thread_info *__current_thread_info __asm__("$28");

#define STACK_WARN (THREAD_SIZE / 8)

#define __HAVE_ARCH_THREAD_INFO_ALLOCATOR

#ifdef CONFIG_DEBUG_STACK_USAGE
#define alloc_thread_info_node(tsk, node) \
kzalloc_node(THREAD_SIZE, GFP_KERNEL, node)
#else
#define alloc_thread_info_node(tsk, node) \
kmalloc_node(THREAD_SIZE, GFP_KERNEL, node)
#endif

#define free_thread_info(info) kfree(info)

#endif /* !__ASSEMBLY__ */

#define PREEMPT_ACTIVE 0x10000000
Expand Down

0 comments on commit 88b7104

Please sign in to comment.