Hi,
On Mon, Sep 27, 2010 at 11:16 PM, Pratyush Kshirsagar
<pratyush.kshirsagar@gmail.com> wrote:
> Here is the patch for the proportional RSS. I have attached the diff also.
> It will work only for uni processor i386 arch, other functionality
> will be added soon.
> Please, tell me if some changes need to be made.
> Remarks from you guys are always important and well-come.
Just one small thing, the
+ // lwkt_gettoken(&vmspace_token);
and
+ //lwkt_reltoken(&vmspace_token);
lines should probably not be in there.
Regards,
Jonas