Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2001 15:14:35 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/alpha mp_machdep.c src/sys/i386/i386 mp_machdep.c src/sys/i386/include smp.h
Message-ID:  <200112172314.fBHNEZ543335@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2001/12/17 15:14:35 PST

  Modified files:
    sys/alpha/alpha      mp_machdep.c 
    sys/i386/i386        mp_machdep.c 
    sys/i386/include     smp.h 
  Log:
  Small cleanups to the SMP code:
  - Axe inlvtlb_ok as it was completely redundant with smp_active.
  - Remove references to non-existent variable and non-existent file
    in i386/include/smp.h.
  - Don't perform initializations local to each CPU while holding the
    ap boot lock on i386 while an AP bootstraps itself.
  - Reorganize the AP startup code some to unify the latter half of the
    functions to bring an AP up.  Eventually this might be broken out into
    a MI function in subr_smp.c.
  
  Revision  Changes    Path
  1.30      +4 -12     src/sys/alpha/alpha/mp_machdep.c
  1.169     +16 -32    src/sys/i386/i386/mp_machdep.c
  1.66      +1 -6      src/sys/i386/include/smp.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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