Re: SOURCES: irqbalance.init - use functions - add chkconfig -

2006-12-17 Wątek Andrzej 'The Undefined' Dopierała
On Wed, Dec 13, 2006 at 09:14:39PM +0100, Andrzej Krzysztofowicz wrote: The test should only check if kernel is SMP. CPU alone can be hotpluged and you can start with only one. Does Linux support CPU hotplug? on s390 - yes ;) by simply sysctl interface. -- Andrzej 'The Undefined'

Re: SOURCES: irqbalance.init - use functions - add chkconfig - actuall...

2006-12-13 Wątek Paweł Gołaszewski
On Wed, 13 Dec 2006, glen wrote: Author: glen Date: Wed Dec 13 18:42:44 2006 GMT Module: SOURCES Tag: HEAD Log message: [...] - skip very early on UP [...] +# useless on UP +if [ $(LC_ALL=C grep ^processor.*:.*[0-9] /proc/cpuinfo | wc -l)

Re: SOURCES: irqbalance.init - use functions - add chkconfig -

2006-12-13 Wątek Daniel Mróz
Dnia Wed, 13 Dec 2006 21:14:39 +0100 (CET) Andrzej Krzysztofowicz [EMAIL PROTECTED] napisał(a): +if [ $(LC_ALL=C grep ^processor.*:.*[0-9] /proc/cpuinfo | wc -l) -lt 2 ]; then + exit 0 The test should only check if kernel is SMP. CPU alone can be hotpluged and you can start with only

Re: SOURCES: irqbalance.init - use functions - add chkconfig -

2006-12-13 Wątek Jakub Bogusz
On Wed, Dec 13, 2006 at 09:14:39PM +0100, Andrzej Krzysztofowicz wrote: =?ISO-8859-2?Q?Pawe=B3_Go=B3aszewski?= wrote: On Wed, 13 Dec 2006, glen wrote: Author: glen Date: Wed Dec 13 18:42:44 2006 GMT Module: SOURCES Tag: HEAD Log