Date: Sat, 29 Sep 2012 22:28:00 +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: r241058 - head/sys/arm/include Message-ID: <201209292228.q8TMS0jn006536@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209292228.q8TMS0jn006536>