summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/vmparam.h
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2002-11-01 03:34:51 +0000
committerjeff <jeff@FreeBSD.org>2002-11-01 03:34:51 +0000
commitca85dadca81c774df12b9ee4faa30e911e1ef5c0 (patch)
treeaddfd81c93a60328871ccfb6981dfc853069e22d /sys/alpha/include/vmparam.h
parentc1d0f70dee4de285a39f098ba26240829e19ea6d (diff)
downloadFreeBSD-src-ca85dadca81c774df12b9ee4faa30e911e1ef5c0.zip
FreeBSD-src-ca85dadca81c774df12b9ee4faa30e911e1ef5c0.tar.gz
- Enable the use of UMA_MD_PAGE_ALLOC on alpha.
- Define uma_small_alloc and uma_small_free using K0SEG for virtual addresses. Approved by: re
Diffstat (limited to 'sys/alpha/include/vmparam.h')
-rw-r--r--sys/alpha/include/vmparam.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/alpha/include/vmparam.h b/sys/alpha/include/vmparam.h
index 29dcc99..591628c 100644
--- a/sys/alpha/include/vmparam.h
+++ b/sys/alpha/include/vmparam.h
@@ -129,6 +129,12 @@
protected against replacement */
/*
+ * Alpha provides a machine specific single page allocator through the use
+ * of K0SEG.
+ */
+#define UMA_MD_SMALL_ALLOC
+
+/*
* Mach derived constants
*/
OpenPOWER on IntegriCloud