From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ch1outboundpool.messaging.microsoft.com (ch1ehsobe003.messaging.microsoft.com [216.32.181.183]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mail.global.frontbridge.com", Issuer "Microsoft Secure Server Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 040A0B6FBB for ; Fri, 24 Feb 2012 14:50:48 +1100 (EST) From: Tabi Timur-B04825 To: Li Yang-R58472 Subject: Re: [PATCH] powerpc/85xx: allow CONFIG_PHYS_64BIT to be selectable Date: Fri, 24 Feb 2012 03:50:42 +0000 Message-ID: <4F470910.9080008@freescale.com> References: <1329853995-7533-1-git-send-email-timur@freescale.com> <110EED8CC96DFC488B7E717A2027A27C02C5E8@039-SN1MPN1-002.039d.mgd.msft.net> <4F463006.7060507@freescale.com> <110EED8CC96DFC488B7E717A2027A27C02E4A8@039-SN1MPN1-002.039d.mgd.msft.net> <94F013E7935FF44C83EBE7784D62AD3F0578CD9A@039-SN2MPN1-023.039d.mgd.msft.net> <4F46F9CF.6040600@freescale.com> <94F013E7935FF44C83EBE7784D62AD3F0578CFD9@039-SN2MPN1-023.039d.mgd.msft.net> <4F46FE3E.1050605@freescale.com> <94F013E7935FF44C83EBE7784D62AD3F0578D305@039-SN2MPN1-023.039d.mgd.msft.net> In-Reply-To: <94F013E7935FF44C83EBE7784D62AD3F0578D305@039-SN2MPN1-023.039d.mgd.msft.net> Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Cc: "linuxppc-dev@ozlabs.org" , Huang Changming-R66093 , Wood Scott-B07421 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Li Yang-R58472 wrote: > The mpc85xx_defconfig does include silicons with e500v1 core which > doesn't have the 36-bit support. Won't enabling 36-bit support by > default break the support for them? No. The kernel will detect at runtime that that it's an e500v1 core and=20 it won't try to create 36-bit TLBs. (e.g. it won't write to MAS7). Please remember that the Kconfig for the P1022DS already forced PHYS_64BIT= =20 for all mpc85xx platforms. All we're doing is making it possible to=20 deselect PHYS_64BIT. --=20 Timur Tabi Linux kernel developer at Freescale=