aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/mm.h
diff options
context:
space:
mode:
authorAndres Lagar-Cavilla <andres@lagarcavilla.org>2012-01-26 12:46:26 +0000
committerAndres Lagar-Cavilla <andres@lagarcavilla.org>2012-01-26 12:46:26 +0000
commit85aaa03f103e5bd0a69da2242999e73a9b3401ba (patch)
tree4a7fa3e4689e02114ef77585c16da8baf4ca2c37 /xen/include/xen/mm.h
parentc50d49252b4a1803e5b90b126716e4d8ae0ac478 (diff)
downloadxen-85aaa03f103e5bd0a69da2242999e73a9b3401ba.tar.gz
xen-85aaa03f103e5bd0a69da2242999e73a9b3401ba.tar.bz2
xen-85aaa03f103e5bd0a69da2242999e73a9b3401ba.zip
Add the ability to poll stats about shared memory via the console
Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org> Signed-off-by: Adin Scannell <adin@scannell.ca> Acked-by: Tim Deegan <tim@xen.org> Committed-by: Tim Deegan <tim@xen.org>
Diffstat (limited to 'xen/include/xen/mm.h')
-rw-r--r--xen/include/xen/mm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xen/include/xen/mm.h b/xen/include/xen/mm.h
index 313a459be3..94e7d42a8e 100644
--- a/xen/include/xen/mm.h
+++ b/xen/include/xen/mm.h
@@ -72,6 +72,9 @@ int assign_pages(
unsigned int order,
unsigned int memflags);
+/* Dump info to serial console */
+void arch_dump_shared_mem_info(void);
+
/* memflags: */
#define _MEMF_no_refcount 0
#define MEMF_no_refcount (1U<<_MEMF_no_refcount)