Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Mar 2010 13:08:57 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386 mp_machdep.c
Message-ID:  <201003091309.o29D9VwN065995@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-03-09 13:08:57 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/amd64/amd64      mp_machdep.c 
    sys/i386/i386        mp_machdep.c 
  Log:
  SVN rev 204910 on 2010-03-09 13:08:57Z by jhb
  
  Don't include disabled CPUs in the topology map.  ULE assumes that all CPUs
  in the topology map were present and enabled.  Booting a system with
  hyperthreading and at least one CPU would cause ULE to attempt to use a
  disabled CPU when rebalancing load resulting in a panic.  This is a direct
  commit to 7 as the topology code is different in 8 and later.
  
  Revision    Changes    Path
  1.287.2.11  +2 -1      src/sys/amd64/amd64/mp_machdep.c
  1.281.2.11  +2 -1      src/sys/i386/i386/mp_machdep.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003091309.o29D9VwN065995>