* Ingo Molnar <mi...@kernel.org> wrote: > One detail: 'make oldconfig' gave me: > > Timer tick handling > 1. Periodic timer ticks (constant rate, no dynticks) (HZ_PERIODIC) (NEW) > > 2. Idle dynticks system (tickless idle) (NO_HZ_IDLE) (NEW) > > I.e. CONFIG_NO_HZ_IDLE is picked by default. The default should really be > CONFIG_HZ_PERIODIC - so that people can easily enable full dynticks but > are not defaulted into it unknowingly.
Oh, I got confused by the artificial hiding of NO_HZ_FULL again. Why is it still hidden? I have a fairly generic config, yet it was not offered. I bet most people won't ever see it! Sigh, it's due to the dependency mess that I pointed out twice already: depends on TREE_RCU || TREE_PREEMPT_RCU depends on VIRT_CPU_ACCOUNTING_GEN It should _really_ select both the RCU and the CPU time accounting model automatically! The selection of the dynticks mode certainly overrides RCU selection, and it should for sure override some arcane, low level detail like the CPU accounting model ... Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/