diff options
Diffstat (limited to 'sys/powerpc/include/vmparam.h')
| -rw-r--r-- | sys/powerpc/include/vmparam.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/powerpc/include/vmparam.h b/sys/powerpc/include/vmparam.h index 489159d82b82..5af62eb66afe 100644 --- a/sys/powerpc/include/vmparam.h +++ b/sys/powerpc/include/vmparam.h @@ -106,6 +106,13 @@ */ #define UMA_MD_SMALL_ALLOC +/* + * On 64-bit systems in bridge mode, we have no direct map, so we fake + * the small_alloc() calls. But we need the VM to be in a reasonable + * state first. + */ +#define UMA_MD_SMALL_ALLOC_NEEDS_VM + #else /* |
