From: Heiko Z. <smi...@us...> - 2011-01-19 14:33:18
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25658/scripts Modified Files: prepare Log Message: - maximum number of CPUs now defaults to 16 - correctly set max cpu's Index: prepare =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/prepare,v retrieving revision 1.86 retrieving revision 1.87 diff -u -d -r1.86 -r1.87 --- prepare 13 Sep 2010 15:18:09 -0000 1.86 +++ prepare 19 Jan 2011 14:33:10 -0000 1.87 @@ -69,6 +69,7 @@ cp -v $KERNEL_CONFIG_DIR/config_linux $KERNELDIR/.config || exit 1 cat $KERNEL_CONFIG_DIR/config_linux.$CONFIG_KERNEL_CPU >> $KERNELDIR/.config || exit 1 + set_kernel_option CONFIG_NR_CPUS $(CONFIG_LINUX_NR_CPUS) if [ "$CONFIG_ALSA" == "y" ]; then cat $KERNEL_CONFIG_DIR/config_linux.alsa >> $KERNELDIR/.config || exit 1 |