From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 4 Jun 2013 11:36:17 -0500 Subject: [U-Boot] [PATCH] powerpc/mpc85xx:Add iprot input arg in create_TLB0/1_entry In-Reply-To: <1370341481-10468-1-git-send-email-prabhakar@freescale.com> (from prabhakar@freescale.com on Tue Jun 4 05:24:41 2013) References: <1370341481-10468-1-git-send-email-prabhakar@freescale.com> Message-ID: <1370363777.748.1@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/04/2013 05:24:41 AM, Prabhakar Kushwaha wrote: > create_tlb1_entry and create_tlb0_entry creates TLB entries with IPROT > bit set by default. Any TLB entries with IPROT = 1 can not be > invalidated. > > Add IPROT as input argument for TLB entry creation APIs. > > Signed-off-by: Prabhakar Kushwaha > --- > Based upon git://git.denx.de/u-boot.git branch master NACK as discussed in the thread where you suggested this. -Scott