svn commit: r241058 - head/sys/arm/include

Alan Cox alc at FreeBSD.org
Sat Sep 29 22:28:00 UTC 2012


Author: alc
Date: Sat Sep 29 22:28:00 2012
New Revision: 241058
URL: http://svn.freebsd.org/changeset/base/241058

Log:
  Eliminate an unused declaration.

Modified:
  head/sys/arm/include/pmap.h

Modified: head/sys/arm/include/pmap.h
==============================================================================
--- head/sys/arm/include/pmap.h	Sat Sep 29 20:11:00 2012	(r241057)
+++ head/sys/arm/include/pmap.h	Sat Sep 29 22:28:00 2012	(r241058)
@@ -616,8 +616,6 @@ void	pmap_use_minicache(vm_offset_t, vm_
 
 void vector_page_setprot(int);
 
-void pmap_update(pmap_t);
-
 /*
  * This structure is used by machine-dependent code to describe
  * static mappings of devices, created at bootstrap time.


More information about the svn-src-head mailing list