Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63497
b: refs/heads/master
c: 185bcd1
h: refs/heads/master
i:
  63495: 735e918
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Ralf Baechle committed Jul 31, 2007
1 parent c858b53 commit dd6a6d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 00be0f305fa69adb9f9d7b9447283b862b853e9e
refs/heads/master: 185bcd17a5fb4155fba125332efa498be126aa4e
5 changes: 2 additions & 3 deletions trunk/include/asm-mips/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ register struct thread_info *__current_thread_info __asm__("$28");
({ \
struct thread_info *ret; \
\
ret = kmalloc(THREAD_SIZE, GFP_KERNEL); \
if (ret) \
memset(ret, 0, THREAD_SIZE); \
ret = kzalloc(THREAD_SIZE, GFP_KERNEL); \
\
ret; \
})
#else
Expand Down

0 comments on commit dd6a6d2

Please sign in to comment.