Re: [PATCH] Make highly niced processes run only when idle

Benjamin LaHaise (bcrl@redhat.com)
Sun, 9 Dec 2001 18:46:56 -0500


On Sun, Dec 09, 2001 at 06:21:05PM -0500, Robert Love wrote:
> Ahh ... wait, do you mean periodically run them, but only give them the
> boost while they are in kernel space? Very good idea. Can you see an
> easy way to do this?

Actually, yes: in entry.S the ret_from_syscall path which calls schedule
can be changed to pass a parameter indicating it is returning to userspace
afterwards which would let schedule know the bump is not needed.

-ben

-- 
Fish.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/