summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-07-30 07:50:19 +0000
committerphk <phk@FreeBSD.org>2003-07-30 07:50:19 +0000
commit213f4e3d070599e11273dd054eb2b341b8acf3cf (patch)
tree55045e343c7a0a9bb100310488e973040e56c7c2 /sys/vm
parent3d0b5cd4b5800ca7741652f6f1a9ad5474456c8e (diff)
downloadFreeBSD-src-213f4e3d070599e11273dd054eb2b341b8acf3cf.zip
FreeBSD-src-213f4e3d070599e11273dd054eb2b341b8acf3cf.tar.gz
Remove the disabling of buckets workaround.
Thanks to: jeffr
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/uma_core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c
index 973af48..1a585a7 100644
--- a/sys/vm/uma_core.c
+++ b/sys/vm/uma_core.c
@@ -197,7 +197,6 @@ bucket_enable(void)
bucketdisable = 1;
else
bucketdisable = 0;
- bucketdisable = 1;
}
OpenPOWER on IntegriCloud