On Fri, Jun 26, 2009 at 09:53:57AM -0700, David Daney wrote: > diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S > index 93cc672..49cf780 100644 > --- a/arch/mips/kernel/scall64-n32.S > +++ b/arch/mips/kernel/scall64-n32.S > @@ -415,4 +415,6 @@ EXPORT(sysn32_call_table) > PTR sys_inotify_init1 > PTR sys_preadv > PTR sys_pwritev > + PTR compat_sys_rt_tgsigqueueinfo > + PTR sys_perf_counter_open > .size sysn32_call_table,.-sysn32_call_table You forgot to continue the number in the comment; I added that. Thanks, applied! Ralf