Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128003
b: refs/heads/master
c: e0e7ed4
h: refs/heads/master
i:
  128001: 5d34f40
  127999: c3235cf
v: v3
  • Loading branch information
Helge Deller authored and Kyle McMartin committed Jan 5, 2009
1 parent d6e13f1 commit 53a3a93
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: 0063507787ee7b385a8cbe7521469acf33341eb6
refs/heads/master: e0e7ed4811ce32d48ca8ee9fd136357d093243a9
2 changes: 1 addition & 1 deletion trunk/arch/parisc/kernel/unwind.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ void unwind_frame_init_from_blocked_task(struct unwind_frame_info *info, struct
struct pt_regs *r = &t->thread.regs;
struct pt_regs *r2;

r2 = kmalloc(sizeof(struct pt_regs), GFP_KERNEL);
r2 = kmalloc(sizeof(struct pt_regs), GFP_ATOMIC);
if (!r2)
return;
*r2 = *r;
Expand Down

0 comments on commit 53a3a93

Please sign in to comment.