Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jul 2002 09:26:50 -0700 (PDT)
From:      Thomas Moestl <tmm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sparc64/include smp.h
Message-ID:  <200207121626.g6CGQoFF054064@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tmm         2002/07/12 09:26:50 PDT

  Modified files:
    sys/sparc64/include  smp.h 
  Log:
  When sending cache flushing IPIs, don't try to IPI the triggering CPU
  itself; this causes undefined behaviour on UltraSPARCs. In particular,
  the interrupt packet data words will not necessarily be delivered
  correctly, which would result in a crash.
  This bug also caused the cache-flushing work to be done twice on the
  triggering CPU (when it did not cause crashes).
  
  Reviewed by:    jake
  
  Revision  Changes    Path
  1.12      +4 -4      src/sys/sparc64/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?200207121626.g6CGQoFF054064>