cvs commit: src/sys/amd64/amd64 local_apic.c src/sys/i386/acpica madt.c src/sys/i386/i386 local_apic.c src/sys/kern subr_smp.c src/sys/sun4v/mdesc mdesc_init.c

Attilio Rao attilio at FreeBSD.org
Tue Sep 11 15:54:11 PDT 2007


attilio     2007-09-11 22:54:09 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      local_apic.c 
    sys/i386/acpica      madt.c 
    sys/i386/i386        local_apic.c 
    sys/kern             subr_smp.c 
    sys/sun4v/mdesc      mdesc_init.c 
  Log:
  This is a follow-up, cleaning-up commit about recent changes involving
  topology foo functions.
  Working at the patch for topology problems in ia32/amd64 evicted some
  problems regarding functions ordering in the SI_SUB_CPU family of
  SYSINIT'ed subsystems.
  In order to avoid problems with new modified to involved functions, a
  correct ordering is not semantically specified for SI_SUB_CPU functions
  (for a larger view of the issue please visit:
  http://lists.freebsd.org/pipermail/freebsd-current/2007-July/075409.html )
  
  Discussed with: peter
  Tested by: kris, Rui Paulo <rpaulo at FreeBSD.org>
  Approved by: jeff
  Approved by: re
  
  Revision  Changes    Path
  1.42      +1 -1      src/sys/amd64/amd64/local_apic.c
  1.28      +1 -1      src/sys/i386/acpica/madt.c
  1.44      +1 -1      src/sys/i386/i386/local_apic.c
  1.201     +1 -1      src/sys/kern/subr_smp.c
  1.6       +1 -1      src/sys/sun4v/mdesc/mdesc_init.c


More information about the cvs-src mailing list