Date: Thu, 9 Jan 2014 20:57:19 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r260493 - head/sys/arm/include Message-ID: <201401092057.s09KvJHu019617@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401092057.s09KvJHu019617>