Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2001 07:15:12 -0700 (PDT)
From:      Andrew Gallatin <gallatin@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/alpha locore.s
Message-ID:  <200104171415.f3HEFDQ63448@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gallatin    2001/04/17 07:15:12 PDT

  Modified files:
    sys/alpha/alpha      locore.s 
  Log:
  changes to smp_init_secondary_glue():
  
  - use the unique value to save the per-cpu globalp struct like the
    comment says
  
  - don't lower the ipl to ALPHA_PSL_IPL_HIGH: we may have a pending machine
    check to take and we're not prepared for that yet, as we haven't setup
    our interrupt entry points. (this may only happen on sable/lynx)
  
  - indicate the fact that the working version of smp_init_secondary() doesn't
    return (this is tied up in other changes and hasn't yet been committed).
  
  Revision  Changes    Path
  1.14      +12 -20    src/sys/alpha/alpha/locore.s


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?200104171415.f3HEFDQ63448>