aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/systbl_chk.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-01-25[POWERPC] Fix a couple of copyright symbolsStephen Rothwell1-1/+1
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
2008-01-17[POWERPC] Check that the syscall table matches the syscall numbersStephen Rothwell1-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>