From: Paolo 'Blaisorblade' Giarrusso Date: Sun, 1 May 2005 15:58:54 +0000 (-0700) Subject: [PATCH] uml: move va_copy conditional def X-Git-Tag: v2.6.12-rc4~136^2~120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9c527163d31da9f616e989a90429729525c5233;p=pandora-kernel.git [PATCH] uml: move va_copy conditional def GCC 2.95 uses __va_copy instead of va_copy. Handle it inside compiler.h instead of in a casual file, and avoid the risk that this breaks with a newer compiler (which it could do). Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed