svn commit: r320662 - head/sys/powerpc/booke

Justin Hibbits jhibbits at FreeBSD.org
Wed Jul 5 02:20:04 UTC 2017


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)


More information about the svn-src-head mailing list