Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181059
b: refs/heads/master
c: a370579
h: refs/heads/master
i:
  181057: cd2bd71
  181055: bd97e6b
v: v3
  • Loading branch information
Paul Mundt committed Jan 12, 2010
1 parent cc01a44 commit a1ba46d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: cbf6b1ba7ae12b3f7cb6b0d060b88d44649f9eda
refs/heads/master: a3705799e2cc5fb69d88ad6a7f317a8f5597f18d
3 changes: 1 addition & 2 deletions trunk/arch/sh/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ void free_thread_info(struct thread_info *ti)
void thread_info_cache_init(void)
{
thread_info_cache = kmem_cache_create("thread_info", THREAD_SIZE,
THREAD_SIZE, 0, NULL);
BUG_ON(thread_info_cache == NULL);
THREAD_SIZE, SLAB_PANIC, NULL);
}
#else
struct thread_info *alloc_thread_info(struct task_struct *tsk)
Expand Down

0 comments on commit a1ba46d

Please sign in to comment.