Re: run queue

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

 



On Tue, Jul 27, 2004 at 11:00:32AM +0200, Jan Hudec wrote:
> If it's from syscall, fixing it would be easy -- just add something
> like:
> if(current->need_resched) schedule()
> into the loop.

Hello,

It dosen't work. This line panics the kernel with meesage about kernel
bug in sched.c at 564 line.


-- sched.c --
        if (unlikely(in_interrupt())) {
                printk("Scheduling in interrupt\n");
                BUG();
        }
-- endof sched.c ---




-- 
Tomasz Paszkowski
Administrator
Miejskie Sieci Informatyczne e-wro
http://www.e-wro.pl

Attachment: pgpPW4Mi1rrlG.pgp
Description: PGP signature


[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux