summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2005-10-03 14:15:50 +0000
committercognet <cognet@FreeBSD.org>2005-10-03 14:15:50 +0000
commit5e32ed69e939e49b84f9b9e2fa32fb7c256dd4ce (patch)
tree9fd6e69c20fd30ee6759afeb28b4298cceeb254a /sys/arm/include
parent4d5fa29272ec1de64d7a5624992f10d392f49bf9 (diff)
downloadFreeBSD-src-5e32ed69e939e49b84f9b9e2fa32fb7c256dd4ce.zip
FreeBSD-src-5e32ed69e939e49b84f9b9e2fa32fb7c256dd4ce.tar.gz
Provide a dump_avail[] variable, which contains the page ranges to be
dumped. For iq31244_machdep.c, attempt to recognize hints provided by the elf trampoline.
Diffstat (limited to 'sys/arm/include')
-rw-r--r--sys/arm/include/pmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/include/pmap.h b/sys/arm/include/pmap.h
index f8a4db4..5a6bfa2 100644
--- a/sys/arm/include/pmap.h
+++ b/sys/arm/include/pmap.h
@@ -516,6 +516,8 @@ struct arm_small_page {
void *addr;
TAILQ_ENTRY(arm_small_page) pg_list;
};
+
+extern vm_paddr_t dump_avail[];
#endif
#endif /* _KERNEL */
OpenPOWER on IntegriCloud