svn commit: r260493 - head/sys/arm/include
Ian Lepore
ian at FreeBSD.org
Thu Jan 9 20:57:19 UTC 2014
Author: ian
Date: Thu Jan 9 20:57:19 2014
New Revision: 260493
URL: http://svnweb.freebsd.org/changeset/base/260493
Log:
Add a prototype for the new arm_devmap_print_table(). This should have
been part of r260490.
Modified:
head/sys/arm/include/devmap.h
Modified: head/sys/arm/include/devmap.h
==============================================================================
--- head/sys/arm/include/devmap.h Thu Jan 9 20:06:14 2014 (r260492)
+++ head/sys/arm/include/devmap.h Thu Jan 9 20:57:19 2014 (r260493)
@@ -87,4 +87,7 @@ void arm_devmap_bootstrap(vm_offset_t _l
void * arm_devmap_ptov(vm_paddr_t _pa, vm_size_t _sz);
vm_paddr_t arm_devmap_vtop(void * _va, vm_size_t _sz);
+/* Print the static mapping table; used for bootverbose output. */
+void arm_devmap_print_table(void);
+
#endif
More information about the svn-src-all
mailing list