From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.238]) by ozlabs.org (Postfix) with ESMTP id B8F2CDDD1C for ; Sat, 7 Feb 2009 17:13:04 +1100 (EST) Received: by rv-out-0506.google.com with SMTP id f6so1033666rvb.9 for ; Fri, 06 Feb 2009 22:13:02 -0800 (PST) MIME-Version: 1.0 Date: Sat, 7 Feb 2009 11:43:02 +0530 Message-ID: Subject: hash-table creation... From: sumedh tirodkar To: linuxppc-dev@ozlabs.org Content-Type: text/plain; charset=ISO-8859-1 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 addresses. Is there any document available for the same? Regards, Sumedh