From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e23smtp04.au.ibm.com (e23smtp04.au.ibm.com [202.81.31.146]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e23smtp04.au.ibm.com", Issuer "GeoTrust SSL CA" (not verified)) by ozlabs.org (Postfix) with ESMTPS id D37EEB6FBD for ; Fri, 1 Jun 2012 05:51:09 +1000 (EST) Received: from /spool/local by e23smtp04.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 31 May 2012 19:30:55 +1000 Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.234.96]) by d23relay05.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q4VJhisY56164414 for ; Fri, 1 Jun 2012 05:43:46 +1000 Received: from d23av01.au.ibm.com (loopback [127.0.0.1]) by d23av01.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q4VJoveH016089 for ; Fri, 1 Jun 2012 05:50:57 +1000 From: "Aneesh Kumar K.V" To: benh@kernel.crashing.org, paulus@samba.org, michael@ellerman.id.au, anton@samba.org Subject: [Early RFC 0/6] arch/powerpc: Add 64TB support to ppc64 Date: Fri, 1 Jun 2012 01:20:35 +0530 Message-Id: <1338493841-9926-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> Cc: linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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. Thanks, -aneesh