Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2001 07:20:34 -0700 (PDT)
From:      Andrew Gallatin <gallatin@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/alpha interrupt.c
Message-ID:  <200104171420.f3HEKYQ64144@freefall.freebsd.org>

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

  Modified files:
    sys/alpha/alpha      interrupt.c 
  Log:
  Changes to support SMP:
  
  - don't do the stack overflow sanity check on MP systems -- p->p_addr
  will be malloc'ed memory (not K0SEG) and the check will fail.
  
  - don't ignore clock interrupts on secondaries.  Alphas apparently
  roundrobin clock interrupts to all cpus, so we're going to take clock
  interrupts on all CPUS and not forward them.
  
  Revision  Changes    Path
  1.47      +3 -7      src/sys/alpha/alpha/interrupt.c


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?200104171420.f3HEKYQ64144>