Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286538
b: refs/heads/master
c: 4bf1924
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and James Morris committed Jan 19, 2012
1 parent e18b79a commit daab7c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 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: 90a4c0f51e8e44111a926be6f4c87af3938a79c3
refs/heads/master: 4bf1924c008dffdc154f82507b4052e49263a6f4
5 changes: 0 additions & 5 deletions trunk/arch/x86/um/shared/sysdep/ptrace.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#ifndef __SYSDEP_X86_PTRACE_H
#define __SYSDEP_X86_PTRACE_H

#ifdef __i386__
#include "ptrace_32.h"
#else
Expand All @@ -11,5 +8,3 @@ static inline long regs_return_value(struct uml_pt_regs *regs)
{
return UPT_SYSCALL_RET(regs);
}

#endif /* __SYSDEP_X86_PTRACE_H */
2 changes: 2 additions & 0 deletions trunk/lib/mpi/mpicoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign)
if (!n)
n++; /* avoid zero length allocation */
p = buffer = kmalloc(n, GFP_KERNEL);
if (!p)
return NULL;

for (i = a->nlimbs - 1; i >= 0; i--) {
alimb = a->d[i];
Expand Down

0 comments on commit daab7c5

Please sign in to comment.