NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: port-amd64/55555: X freezes and message on console about atomic update fail on intel_sprite.c
nice find! i haven't tried yet, but i'm pretty sure you
found the problem.
i'm pretty sure you're right -- converting to NOINTR
should match the linux TASK_UNINTERRUPTIBLE susage.
> - long timeout = msecs_to_jiffies_timeout(1);
> + long timeout = msecs_to_jiffies_timeout(100);
can you explain this part? i'm not sure what this one
is for..
thanks heaps for the PR.
.mrg.
Home |
Main Index |
Thread Index |
Old Index