On Fri, 30 Oct 1998, Andrew Romanenko wrote:

> Hello!
> 
> On Thu, 29 Oct 1998, Paul Young wrote:
> 
> > 
> > I have patched my 2.0.35 kernel with the RTL 0.9H release, recompiled
> > the kernel and modules, and checked for the RTL symbols in the new
> > kernel (got back a 5 from '/sbin/ksyms -a | grep " "rt_ | wc -l').
> > 
> > I just have a few beginner questions:
> 
> To add one more question I'd like to share this with the list's subscribers
> and ask if anyone knows how to fix it:
> When I load the scheduler and fifo  module and run a real-time task I
> get the following in my syslog:
> kernel: hda: read_intr: status=0xd0 { Busy }
> ide0: reset: success
> kernel: hda write_intr: status=0xd0 { Busy }
> 
> Is it normal and I should worry about it or it means that the file system
> is in for trouble?
> 

I got similar messages rather long time ago when I errorously used 
        save_flags(&var);
        cli();
        .... do something ....
        restore_flags(&var);
in real time task as r_save_flags(), r_cli() and r_restore_flags()
should be used there (see /usr/include/asm/system.h)

Andris


    
   
--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/

Reply via email to