Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jul 2017 02:20:03 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r320662 - head/sys/powerpc/booke
Message-ID:  <201707050220.v652K3dh036969@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhibbits
Date: Wed Jul  5 02:20:03 2017
New Revision: 320662
URL: https://svnweb.freebsd.org/changeset/base/320662

Log:
  Remove an obsolete comment
  
  This has been wrong for well over a year, we support the full 36-bit
  (or more) PA space.

Modified:
  head/sys/powerpc/booke/pmap.c

Modified: head/sys/powerpc/booke/pmap.c
==============================================================================
--- head/sys/powerpc/booke/pmap.c	Tue Jul  4 23:04:29 2017	(r320661)
+++ head/sys/powerpc/booke/pmap.c	Wed Jul  5 02:20:03 2017	(r320662)
@@ -3850,7 +3850,6 @@ tlb1_read_entry(tlb_entry_t *entry, unsigned int slot)
 
 /*
  * Write given entry to TLB1 hardware.
- * Use 32 bit pa, clear 4 high-order bits of RPN (mas7).
  */
 static void
 tlb1_write_entry(tlb_entry_t *e, unsigned int idx)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707050220.v652K3dh036969>