]> git.ipfire.org Git - people/ms/linux.git/commit - arch/sparc/kernel/sys_sparc_64.c
[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)
commit207ddd0a3a42e6273e3a26447b52e9d6d90d579d
treeeaff7cd129837826e1df0e78bb5f508aa25965b2
parentcf3d7c1ef418863376d556c48c214cb828623584
[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>
arch/sparc64/kernel/entry.h
arch/sparc64/kernel/sys_sparc.c
arch/sparc64/kernel/systbls.h [new file with mode: 0644]