From: David S. Miller Date: Wed, 26 Mar 2008 08:43:29 +0000 (-0700) Subject: [SPARC64]: Fix most sparse warnings in arch/sparc64/kernel/sys_sparc.c X-Git-Tag: v2.6.25-rc8~78^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=207ddd0a3a42e6273e3a26447b52e9d6d90d579d;p=pandora-kernel.git [SPARC64]: Fix most sparse warnings in arch/sparc64/kernel/sys_sparc.c Sparse still doesn't like the funny cast we make from a scalar to a "union semun" (which is correct by the C language and in particular works with the sparc64 calling conventions, but sparse doesn't grok that yet). Signed-off-by: David S. Miller --- Reading git-diff-tree failed