aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/systbls.h
Commit message (Collapse)AuthorAge
* [SPARC]: Remove SunOS and Solaris binary support.David S. Miller2008-04-21
| | | | | | As per Documentation/feature-removal-schedule.txt Signed-off-by: David S. Miller <davem@davemloft.net>
* [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/signal.cDavid S. Miller2008-03-26
| | | | Signed-off-by: David S. Miller <davem@davemloft.net>
* [SPARC64]: Fix most sparse warnings in arch/sparc64/kernel/sys_sparc.cDavid S. Miller2008-03-26
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>