Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107614
b: refs/heads/master
c: 4b59c97
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Aug 4, 2008
1 parent 5225818 commit 2141949
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3108cf061228c2c2951006c80fb6fe832000adda
refs/heads/master: 4b59c97325371d51275bdb50523fa98a301615b0
3 changes: 2 additions & 1 deletion trunk/arch/sh/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ void *module_alloc(unsigned long size)
{
if (size == 0)
return NULL;
return vmalloc(size);

return vmalloc_exec(size);
}


Expand Down

0 comments on commit 2141949

Please sign in to comment.