Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 72311 | Differences between
and this patch

Collapse All | Expand All

(-)build_mod/make.sh (-1 / +1 lines)
Lines 466-472 Link Here
466
src_file=/proc/kallsyms
466
src_file=/proc/kallsyms
467
if [ -e $src_file ]
467
if [ -e $src_file ]
468
then
468
then
469
  if [ `fgrep smp $src_file -c` -gt 10 ]
469
  if [ `fgrep smp $src_file -c` -gt 20 ]
470
  then
470
  then
471
    SMP=1
471
    SMP=1
472
    echo "file $src_file says: SMP=$SMP"                             >> $logfile
472
    echo "file $src_file says: SMP=$SMP"                             >> $logfile

Return to bug 72311