Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302841
b: refs/heads/master
c: e6e9c54
h: refs/heads/master
i:
  302839: 3a9ea60
v: v3
  • Loading branch information
Thomas Gleixner committed May 8, 2012
1 parent 167f4c3 commit e84200f
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: c64872cd0dd5892f4d6f3605ffca36d13e63443d
refs/heads/master: e6e9c540d5d177e7a40d8b40a3b2386bdefbe5da
17 changes: 2 additions & 15 deletions trunk/arch/m32r/include/asm/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ struct thread_info {

#define PREEMPT_ACTIVE 0x10000000

#define THREAD_SIZE (PAGE_SIZE << 1)

#define THREAD_SIZE (PAGE_SIZE << 1)
#define THREAD_SIZE_ORDER 1
/*
* macros/functions for gaining access to the thread information structure
*/
Expand Down Expand Up @@ -92,19 +92,6 @@ static inline struct thread_info *current_thread_info(void)
return ti;
}

#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)

#define TI_FLAG_FAULT_CODE_SHIFT 28

static inline void set_thread_fault_code(unsigned int val)
Expand Down

0 comments on commit e84200f

Please sign in to comment.