]> git.neil.brown.name Git - history.git/commit
[PATCH] Fix x86-64 compilation on 2.6.2-bk1
authorAndrew Morton <akpm@osdl.org>
Fri, 6 Feb 2004 00:52:22 +0000 (16:52 -0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 6 Feb 2004 00:52:22 +0000 (16:52 -0800)
commit2522333aaeccf23749c20c29b2f1085e9d995ed4
treeac89185fd81d3d0f1db5cb0abb8c908915861b07
parent9eedaf2a7f5ee23083c182ef067d8180c535c9d6
[PATCH] Fix x86-64 compilation on 2.6.2-bk1

From: Andi Kleen <ak@suse.de>

The new linux/elf.h include in linux/mm.h caused all kinds of problems for
the x86-64 32bit emulation code.  This patch avoids the dependency by
moving the depending functions out of line.  It makes x86-64 compile again.
include/linux/mm.h
mm/memory.c