summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c
index a7a62f1..a4ac79b 100644
--- a/sys/vm/vm_page.c
+++ b/sys/vm/vm_page.c
@@ -291,7 +291,7 @@ vm_page_startup(vm_offset_t vaddr)
bzero((void *)mapped, end - new_end);
uma_startup((void *)mapped, boot_pages);
-#if defined(__amd64__) || defined(__i386__)
+#if defined(__amd64__) || defined(__i386__) || defined(__arm__)
/*
* Allocate a bitmap to indicate that a random physical page
* needs to be included in a minidump.
OpenPOWER on IntegriCloud