Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302840
b: refs/heads/master
c: c64872c
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed May 8, 2012
1 parent 3a9ea60 commit 167f4c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 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: 803fc74f06cf3cd23417463ca5a176b41717ec19
refs/heads/master: c64872cd0dd5892f4d6f3605ffca36d13e63443d
13 changes: 0 additions & 13 deletions trunk/arch/frv/include/asm/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,6 @@ register struct thread_info *__current_thread_info asm("gr15");

#define current_thread_info() ({ __current_thread_info; })

#define __HAVE_ARCH_THREAD_INFO_ALLOCATOR

/* thread information allocation */
#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__ */

/*
Expand Down

0 comments on commit 167f4c3

Please sign in to comment.