diff options
author | cognet <cognet@FreeBSD.org> | 2005-10-03 14:15:50 +0000 |
---|---|---|
committer | cognet <cognet@FreeBSD.org> | 2005-10-03 14:15:50 +0000 |
commit | 5e32ed69e939e49b84f9b9e2fa32fb7c256dd4ce (patch) | |
tree | 9fd6e69c20fd30ee6759afeb28b4298cceeb254a /sys/arm/include/pmap.h | |
parent | 4d5fa29272ec1de64d7a5624992f10d392f49bf9 (diff) | |
download | FreeBSD-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/pmap.h')
-rw-r--r-- | sys/arm/include/pmap.h | 2 |
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 */ |