From bc08dd37c6b2f2baaf47b2e1e655b3388e06aa93 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 25 Aug 2008 11:18:49 -0700 Subject: [PATCH] --- yaml --- r: 109091 b: refs/heads/master c: 7cf0bed9c322992c7d5f912cb9a83d2809e71881 h: refs/heads/master i: 109089: fbbf6d1267d549a4a8a9cd20a0bf95cb54c9f9d0 109087: f95416e43e63b6accd41b4057113ee23523c1644 v: v3 --- [refs] | 2 +- trunk/kernel/module.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index fdaa78d3e526..00ba4361c6d6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1dc3e3bcbfe335843ec938bfdddb34d10f4dd278 +refs/heads/master: 7cf0bed9c322992c7d5f912cb9a83d2809e71881 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) {