From eff3a9fd9283dc7637ccfafef81ea78730c88395 Mon Sep 17 00:00:00 2001 From: Jeff Roberson Date: Fri, 1 Nov 2002 03:34:51 +0000 Subject: - 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 --- sys/alpha/include/vmparam.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sys/alpha/include') diff --git a/sys/alpha/include/vmparam.h b/sys/alpha/include/vmparam.h index 29dcc993a8fa..591628c3551c 100644 --- a/sys/alpha/include/vmparam.h +++ b/sys/alpha/include/vmparam.h @@ -128,6 +128,12 @@ #define SAFERSS 10 /* nominal ``small'' resident set size protected against replacement */ +/* + * Alpha provides a machine specific single page allocator through the use + * of K0SEG. + */ +#define UMA_MD_SMALL_ALLOC + /* * Mach derived constants */ -- cgit v1.3