Re: hash-table creation...

2009-02-23 Thread sumedh tirodkar
Thanks a lot...paging mechanism working successfully... Regards, Sumedh On Sun, Feb 8, 2009 at 2:47 AM, Benjamin Herrenschmidt wrote: > On Sat, 2009-02-07 at 11:43 +0530, sumedh tirodkar wrote: >> Hello, >> >> I wanted algorithm for creating hash tables used in paging mechanism.. >> In the manua

Re: hash-table creation...

2009-02-07 Thread Benjamin Herrenschmidt
On Sat, 2009-02-07 at 11:43 +0530, sumedh tirodkar wrote: > Hello, > > I wanted algorithm for creating hash tables used in paging mechanism.. > In the manual that i read i got algorithm to convert Effective Address > to Real Address using these hash tables that are created..but i could > not find

hash-table creation...

2009-02-06 Thread sumedh tirodkar
Hello, I wanted algorithm for creating hash tables used in paging mechanism.. In the manual that i read i got algorithm to convert Effective Address to Real Address using these hash tables that are created..but i could not find how these hash tables are created in first place using the Real addres