From 24fc8c91c2a303dba31262f57dc8f84b411be5dd Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 15 May 2014 19:09:31 +0000 Subject: MFC r257549, r261642 Don't create a distinct free page pool for segregating allocations that are accessed through the direct map unless the kernel configuration actually includes a direct map. Only a few configurations do, and for the rest the unnecessary free page pool is a small pessimization. Remove the ARM_USE_SMALL_ALLOC option and code related to it. --- sys/arm/conf/CNS11XXNAS | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/arm/conf/CNS11XXNAS') diff --git a/sys/arm/conf/CNS11XXNAS b/sys/arm/conf/CNS11XXNAS index 18d84e5..c459d0e 100644 --- a/sys/arm/conf/CNS11XXNAS +++ b/sys/arm/conf/CNS11XXNAS @@ -102,7 +102,6 @@ device loop device md device random # Entropy device -#options ARM_USE_SMALL_ALLOC device usb #options USB_DEBUG -- cgit v1.1