From: Paolo 'Blaisorblade' Giarrusso Date: Wed, 21 Sep 2005 16:40:29 +0000 (+0200) Subject: [PATCH] uml: comment about cast build fix X-Git-Tag: v2.6.14-rc3~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a46c9047642d70f5619e4a14129d74dd1f6ea74f;p=pandora-kernel.git [PATCH] uml: comment about cast build fix Explain why the casting we do to silence this warning is indeed safe. It is because the field we're casting from, though being 64-bit wide, was filled with a pointer in first place by ourselves. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed