--- syscall/arch/i386/kernel/entry.S.~1~ Tue Nov 28 18:39:59 2000 +++ syscall/arch/i386/kernel/entry.S Sun Apr 29 16:59:05 2001 @@ -647,12 +647,6 @@ .long SYMBOL_NAME(sys_fcntl64) .long SYMBOL_NAME(sys_ni_syscall) /* reserved for TUX */ - /* - * NOTE!! This doesn't have to be exact - we just have - * to make sure we have _enough_ of the "sys_ni_syscall" - * entries. Don't panic if you notice that this hasn't - * been shrunk every time we add a new system call. - */ - .rept NR_syscalls-221 + .rept NR_syscalls-(.-sys_call_table)/4 .long SYMBOL_NAME(sys_ni_syscall) .endr