rpciod waiting on sync task

1999-12-10 Thread Adrian Cox
I'm getting a nasty outbreak of the following message: RPC: rpciod waiting on sync task My searches on deja news tell me this used to happen with old kernels, but doesn't happen anymore. Unfortunately, it keeps happening to me. The message appears to have no further consequences, but could gener

Re: MOL works on PB3400

1999-12-10 Thread Frank Petzold
Thus spake Michel Dänzer ([EMAIL PROTECTED]): > And have you tried with an unpatched kernel? Sure. It could not apply any of the runtime patches. All of them failed.

Re: Endianness query

1999-12-10 Thread Cort Dougan
You can have a different endianness in an interrupt handler. When you get an interrupt the chip switches to another endianness and you reset it when doing the rfi. Thought about actually using that early on, but then realized that le_to_cpu{16,32} and family were far better :) } Nope. This requ