Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243394
b: refs/heads/master
c: 5ef9bdd
h: refs/heads/master
v: v3
  • Loading branch information
David Howells committed Mar 29, 2011
1 parent 6006c69 commit 1d174a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f55f199b7d76a01e7ce9d1c3bb004327e075c327
refs/heads/master: 5ef9bdde9cd8e7f9d43a975b47f520ca64cbd0a1
2 changes: 1 addition & 1 deletion trunk/arch/frv/include/asm/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ register struct thread_info *__current_thread_info asm("gr15");
#define alloc_thread_info_node(tsk, node) \
kzalloc_node(THREAD_SIZE, GFP_KERNEL, node)
#else
#define alloc_thread_info_node(tsk) \
#define alloc_thread_info_node(tsk, node) \
kmalloc_node(THREAD_SIZE, GFP_KERNEL, node)
#endif

Expand Down

0 comments on commit 1d174a5

Please sign in to comment.