svn commit: r255887 - head/sys/powerpc/powerpc

Alan Cox alc at FreeBSD.org
Thu Sep 26 15:36:20 UTC 2013


Author: alc
Date: Thu Sep 26 15:36:20 2013
New Revision: 255887
URL: http://svnweb.freebsd.org/changeset/base/255887

Log:
  Eliminate the declaration for a method that is no longer used.  (This
  change should have been a part of r255724.)
  
  Reminded by:	nathan
  Approved by:	re (gjb)

Modified:
  head/sys/powerpc/powerpc/mmu_if.m

Modified: head/sys/powerpc/powerpc/mmu_if.m
==============================================================================
--- head/sys/powerpc/powerpc/mmu_if.m	Thu Sep 26 15:17:49 2013	(r255886)
+++ head/sys/powerpc/powerpc/mmu_if.m	Thu Sep 26 15:36:20 2013	(r255887)
@@ -179,17 +179,6 @@ METHOD void clear_modify {
 
 
 /**
- * @brief Clear the 'referenced' bit on the given physical page
- *
- * @param _pg		physical page
- */
-METHOD void clear_reference {
-	mmu_t		_mmu;
-	vm_page_t	_pg;
-};
-
-
-/**
  * @brief Clear the write and modified bits in each of the given
  * physical page's mappings
  *


More information about the svn-src-head mailing list