Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109086
b: refs/heads/master
c: ffb4ba7
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Aug 25, 2008
1 parent 980b455 commit 5ec578c
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: 83097aca8567a0bd593534853b71fe0fa9a75d69
refs/heads/master: ffb4ba76a25ab6c9deeec33e4f58395586ca747c
2 changes: 1 addition & 1 deletion trunk/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,7 @@ static void *module_alloc_update_bounds(unsigned long size)

/* Allocate and load the module: note that size of section 0 is always
zero, and we rely on this for optional sections. */
static struct module *load_module(void __user *umod,
static noinline struct module *load_module(void __user *umod,
unsigned long len,
const char __user *uargs)
{
Expand Down

0 comments on commit 5ec578c

Please sign in to comment.