Re: [linux-audio-dev] lowish-latency patch and toolchain

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] lowish-latency patch and toolchain
From: Andrew Morton (andrewm_AT_uow.edu.au)
Date: Thu Jul 13 2000 - 05:28:24 EEST


Jörn Nettingsmeier wrote:
>
> hello andrew !
>
> i tried to apply your patch, but it failed.

Well that's bizarre. The patch is against 2.4.0-test3, but I applied it
to 2.4.0-test3-pre4 and it went OK. hmm.. I guess you'll have to back
down to test3, apply the patch to that. I'll freshen the patch tonight.

There is a problem in test3 which breaks compilation (which is why I
recommended pre4):

kernel/timer.c needs to look like this:

        if (p->pid) {
                if (--p->counter <= 0) {
                        p->counter = 0;
                        p->need_resched = 1;
                }
                if (p->nice > 0)
                        kstat.cpu_nice += user_tick;
                else


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Thu Jul 13 2000 - 05:55:07 EEST