From: Paolo 'Blaisorblade' Giarrusso Date: Wed, 21 Sep 2005 16:39:47 +0000 (+0200) Subject: [PATCH] uml: fix bogus HOST_ELF_CLASS symbol name X-Git-Tag: v2.6.14-rc3~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41c79dc3825545d9aa2d5e5b1a99f8faabf51455;p=pandora-kernel.git [PATCH] uml: fix bogus HOST_ELF_CLASS symbol name Even if with a bit of misunderstanding, Al fixed this in commit 95608261dae863bc43292e6fbd946a3abd3aa49f. Well, the symbol was intended to come from userspace (it exists there on normal host), but since some hosts may miss that, using the kernel one is just as fine. However, rename it to be named consistently with the rest. Actually, he missed converting ELFCLASS32 to coming from kernel headers. For consistence, add ELFCLASS64 too. Cc: Al Viro Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed