summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/systbl_chk.c
Commit message (Collapse)AuthorAgeFilesLines
* [POWERPC] Fix a couple of copyright symbolsStephen Rothwell2008-01-251-1/+1
| | | | | Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
* [POWERPC] Check that the syscall table matches the syscall numbersStephen Rothwell2008-01-171-0/+58
Also check that __NR_syscalls has been updated appropriately. Hopefully this will catch any out of order additions to the table in the future. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>