On Sun, Jan 27, 2013 at 7:50 PM, Matthias Brugger <matthias....@gmail.com> wrote: > This patch adds dummy syscalls so that compiling > for this architecture does not provoke warnings when > checksyscalls.sh is called.
Nice, but... > --- a/arch/avr32/kernel/syscall_table.S > +++ b/arch/avr32/kernel/syscall_table.S > @@ -298,3 +298,32 @@ sys_call_table: > .long sys_recvmmsg > .long sys_setns > .long sys_ni_syscall /* r8 is saturated at nr_syscalls */ This terminator needs to stay at the end. Its only purpose is to allow us to save a cycle or two when saturating the system call number. Also, Al's suggestion sounds good to me. Havard -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/