From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e28smtp09.in.ibm.com (e28smtp09.in.ibm.com [122.248.162.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e28smtp09.in.ibm.com", Issuer "GeoTrust SSL CA" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 43CF4B7332 for ; Fri, 1 Jun 2012 05:58:56 +1000 (EST) Received: from /spool/local by e28smtp09.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 1 Jun 2012 01:28:51 +0530 Received: from d28av05.in.ibm.com (d28av05.in.ibm.com [9.184.220.67]) by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q4VJwnXF35127458 for ; Fri, 1 Jun 2012 01:28:50 +0530 Received: from d28av05.in.ibm.com (loopback [127.0.0.1]) by d28av05.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q511TKkG007878 for ; Fri, 1 Jun 2012 11:29:21 +1000 From: "Aneesh Kumar K.V" To: benh@kernel.crashing.org, paulus@samba.org, michael@ellerman.id.au, anton@samba.org Subject: Re: [Early RFC 0/6] arch/powerpc: Add 64TB support to ppc64 In-Reply-To: <1338493841-9926-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> References: <1338493841-9926-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>User-Agent: Notmuch/0.11.1+346~g13d19c3 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Fri, 01 Jun 2012 01:28:45 +0530 Message-ID: <874nqwyvey.fsf@skywalker.in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , "Aneesh Kumar K.V" writes: > Hi, > > This patchset include preparatory patches for supporting 64TB with ppc64. I haven't > completed the actual patch that bump the USER_ESID bits. I wanted the share the > changes early so that I can get feedback on the approach. The changes itself > contains few FIXME!! which I will be addressing in the later updates. > Here is the patch that update USER_ESID_BITS. I get a machine check exception with this changes. That is why I didn't include this in the patch series. commit 5fff8ff606bc136c510350a40528431196f60001 Author: Aneesh Kumar K.V Date: Wed May 23 16:59:36 2012 +0530 arch/powerpc: Add 64TB support Increase max addressable range to 64TB. This is not tested on real hardware yet. Signed-off-by: Aneesh Kumar K.V diff --git a/arch/powerpc/include/asm/mmu-hash64.h b/arch/powerpc/include/asm/mmu-hash64.h index 0f8b10d..9f9a2a1 100644 --- a/arch/powerpc/include/asm/mmu-hash64.h +++ b/arch/powerpc/include/asm/mmu-hash64.h @@ -375,8 +375,8 @@ extern void slb_set_size(u16 size); #define VSID_MODULUS_1T ((1UL<