[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: shuting up "unimplemented Sparc system call ***" messages



On Sun, Feb 03, 2002 at 03:31:24PM +0000, Graham/Aniartia wrote:
> On Sunday 03 February 2002 3:02 pm, Ben Collins wrote:
> > How are you being bombarded?
> 
> I'll be working in say emacs typing away on a script & I'll get these 
> messages over-writing the information on screen this will happen about once 
> every 5-10 min 
> 
> > This message only prints like 6 times every boot. What 2.2.x kernel are you
> > running?
> 
> At boot and then repeatedly untill I turn the machine off. I'm running 2.2.19 
> from the woddy rescue disk... I'm using a vanilla woddy install btw.

asmlinkage unsigned long
c_sys_nis_syscall (struct pt_regs *regs)
{
        static int count = 0;

        if (count++ > 5) return -ENOSYS;
        lock_kernel();
        printk ("%s[%d]: Unimplemented SPARC system call %d\n", current->comm, current->pid, (int)regs->u_regs[1]);
#ifdef DEBUG_UNIMP_SYSCALL
        show_regs (regs);
#endif
        unlock_kernel();
        return -ENOSYS;
}

I don't see how there's any way for that to happen.

-- 
 .----------=======-=-======-=========-----------=====------------=-=-----.
/       Ben Collins    --    Debian GNU/Linux    --    WatchGuard.com      \
`          bcollins@debian.org   --   Ben.Collins@watchguard.com           '
 `---=========------=======-------------=-=-----=-===-======-------=--=---'



Reply to: