[SPARC64]: Fix most sparse warnings in arch/sparc64/kernel/sys_sparc.c
authorDavid S. Miller <davem@davemloft.net>
Wed, 26 Mar 2008 08:43:29 +0000 (01:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Mar 2008 08:43:29 +0000 (01:43 -0700)
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 <davem@davemloft.net>

No differences found