Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2013 15:36:20 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r255887 - head/sys/powerpc/powerpc
Message-ID:  <201309261536.r8QFaKkW096946@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  *



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