[Zrouter-src] ZRouter.org: push to ZRouter socs/Atheros/AR7240/soc.mk
zrouter-src at zrouter.org
zrouter-src at zrouter.org
Sat Sep 15 00:16:28 UTC 2012
details: http://zrouter.org/hg/zrouter//rev/3bd5c2e9e8ac
changeset: 425:3bd5c2e9e8ac
user: Aleksandr Rybalko <ray at ddteam.net>
date: Sat Sep 15 03:19:13 2012 +0300
description:
Switch to 4BSD sched without PREEMPTION enabled.
diffstat:
socs/Atheros/AR7240/soc.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 2e4f82453446 -r 3bd5c2e9e8ac socs/Atheros/AR7240/soc.mk
--- a/socs/Atheros/AR7240/soc.mk Fri Sep 14 02:42:39 2012 +0300
+++ b/socs/Atheros/AR7240/soc.mk Sat Sep 15 03:19:13 2012 +0300
@@ -33,7 +33,7 @@
##KERNCONF_MAKEOPTIONS+= "DEBUG=-g"
KERNCONF_OPTIONS+= DDB
KERNCONF_OPTIONS+= KDB
-KERNCONF_OPTIONS+= PREEMPTION
+#KERNCONF_OPTIONS+= PREEMPTION
##KERNCONF_OPTIONS+= KTRACE
#KERNCONF_OPTIONS+= LOCK_PROFILING
#KERNCONF_OPTIONS+= KTR
@@ -43,8 +43,8 @@
KERNCONF_OPTIONS+= IPSTEALTH
KERNCONF_OPTIONS+= CD9660
#KERNCONF_OPTIONS+= GEOM_LABEL
-KERNCONF_OPTIONS+= SCHED_ULE
-#KERNCONF_OPTIONS+= SCHED_4BSD
+#KERNCONF_OPTIONS+= SCHED_ULE
+KERNCONF_OPTIONS+= SCHED_4BSD
KERNCONF_OPTIONS+= PSEUDOFS
KERNCONF_OPTIONS+= IPFIREWALL_DEFAULT_TO_ACCEPT
KERNCONF_OPTIONS+= ZERO_COPY_SOCKETS
More information about the Zrouter-src
mailing list