diff options
| author | Jeff Roberson <jeff@FreeBSD.org> | 2002-11-01 03:34:51 +0000 |
|---|---|---|
| committer | Jeff Roberson <jeff@FreeBSD.org> | 2002-11-01 03:34:51 +0000 |
| commit | eff3a9fd9283dc7637ccfafef81ea78730c88395 (patch) | |
| tree | addfd81c93a60328871ccfb6981dfc853069e22d /sys/alpha/include/vmparam.h | |
| parent | 3229ed9140c466b336413a5405b430ca24d86941 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include/vmparam.h')
| -rw-r--r-- | sys/alpha/include/vmparam.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -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 */ |
