Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302847
b: refs/heads/master
c: c4e2689
h: refs/heads/master
i:
  302845: 291ebc2
  302843: 88b7104
  302839: 3a9ea60
  302831: 7a10e3e
  302815: 01379f6
  302783: 04e906a
  302719: 04fb773
  302591: db5811e
v: v3
  • Loading branch information
Thomas Gleixner committed May 8, 2012
1 parent 5af20e9 commit e8f12d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 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: df9a7b9b5d1a5ef8cd3474d0cea2c6428542e288
refs/heads/master: c4e26890ff4cb4e85969b1e8565af4b046ce03b8
10 changes: 3 additions & 7 deletions trunk/arch/score/include/asm/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
#include <linux/const.h>

/* thread information allocation */
#define THREAD_SIZE_ORDER (1)
#define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
#define THREAD_MASK (THREAD_SIZE - _AC(1,UL))
#define __HAVE_ARCH_THREAD_INFO_ALLOCATOR
#define THREAD_SIZE_ORDER (1)
#define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
#define THREAD_MASK (THREAD_SIZE - _AC(1,UL))

#ifndef __ASSEMBLY__

Expand Down Expand Up @@ -71,9 +70,6 @@ struct thread_info {
register struct thread_info *__current_thread_info __asm__("r28");
#define current_thread_info() __current_thread_info

#define alloc_thread_info_node(tsk, node) kmalloc_node(THREAD_SIZE, GFP_KERNEL, node)
#define free_thread_info(info) kfree(info)

#endif /* !__ASSEMBLY__ */

#define PREEMPT_ACTIVE 0x10000000
Expand Down

0 comments on commit e8f12d4

Please sign in to comment.