commit | 207ddd0a3a42e6273e3a26447b52e9d6d90d579d | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Mar 26 01:43:29 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 26 01:43:29 2008 -0700 |
tree | eaff7cd129837826e1df0e78bb5f508aa25965b2 | |
parent | cf3d7c1ef418863376d556c48c214cb828623584 [diff] |
[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 <davem@davemloft.net>