On sparc64, VM_KMEM_SIZE_SCALE is not a constant expression, so it
cannot be tested in a CTASSERT().
This commit is contained in:
parent
90ce288afe
commit
f9d498ad60
@ -683,7 +683,9 @@ kmem_reclaim(vmem_t *vm, int flags)
|
||||
pagedaemon_wakeup();
|
||||
}
|
||||
|
||||
#ifndef __sparc64__
|
||||
CTASSERT(VM_KMEM_SIZE_SCALE >= 1);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Initialize the kernel memory (kmem) arena.
|
||||
|
Loading…
Reference in New Issue
Block a user