From 5ec578c8081816434e1934a7bc0b86ce1f9a0f48 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 25 Aug 2008 11:10:26 -0700 Subject: [PATCH] --- yaml --- r: 109086 b: refs/heads/master c: ffb4ba76a25ab6c9deeec33e4f58395586ca747c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/module.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5e428564478e..3fe12ddd43d9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 83097aca8567a0bd593534853b71fe0fa9a75d69 +refs/heads/master: ffb4ba76a25ab6c9deeec33e4f58395586ca747c diff --git a/trunk/kernel/module.c b/trunk/kernel/module.c index 08864d257eb0..9db11911e04b 100644 --- a/trunk/kernel/module.c +++ b/trunk/kernel/module.c @@ -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) {