Disable uvm_reclaim_hook for userland builds.

This commit is contained in:
haad 2010-05-06 22:35:37 +00:00
parent ffca0f125a
commit 4d91be73cd

View File

@ -174,7 +174,10 @@ static void *zio_arena;
#include <sys/callback.h>
/* Structures used for memory and kva space reclaim. */
static struct callback_entry arc_kva_reclaim_entry;
#ifdef _KERNEL
static struct uvm_reclaim_hook arc_hook;
#endif
#endif /* __NetBSD__ */