From d0827d31e32fa6b741117a8c39c8a29e63730211 Mon Sep 17 00:00:00 2001 From: adrian Date: Sat, 28 Mar 2015 06:54:18 +0000 Subject: [PATCH] Set VM_KMEM_SIZE_SCALE=1 for the AR91xx SoCs. Without this the autotuning fails for small amounts of RAM (32mb), which all the AR91xx shipping products seemed to have. Thanks to gjb for reminding me to re-test this stuff. Tested: * AR91xx, TP-Link TL-WR1043nd v1 --- sys/mips/conf/AR91XX_BASE | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/mips/conf/AR91XX_BASE b/sys/mips/conf/AR91XX_BASE index 2f5c818024a9..0179dafd6307 100644 --- a/sys/mips/conf/AR91XX_BASE +++ b/sys/mips/conf/AR91XX_BASE @@ -26,6 +26,9 @@ options DDB options KDB options ALQ +# For small memory footprints +options VM_KMEM_SIZE_SCALE=1 + options SCHED_4BSD #4BSD scheduler options INET #InterNETworking options INET6 #InterNETworking -- 2.41.0