]> git.neil.brown.name Git - history.git/commit
[PATCH] Fix uninlined memcmp on i386
authorAndrew Morton <akpm@osdl.org>
Thu, 18 Mar 2004 23:02:23 +0000 (15:02 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 18 Mar 2004 23:02:23 +0000 (15:02 -0800)
commitd50e304a346033f87d9ec9f382da48732e5b4e0f
treee6c5b04106f4ebd772f46d70535b1b5098fa0c6e
parentaa550c0d3f3c6a72f5b161ddeb1f8b52bbd8ce62
[PATCH] Fix uninlined memcmp on i386

From: DHollenbeck <dick@softplc.com>

This patch was needed against a pristine 2.6.4 kernel when compiling with
"gcc 3.4 _very recent_" using the -Os option.

Without this patch, modules would use a non-inline memcmp() and then not
find it in the kernel, causing depmod to complain and some modules not to
load.
arch/i386/kernel/i386_ksyms.c