Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jul 2010 19:52:50 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/sparc64/include smp.h
Message-ID:  <201007071953.o67Jr8PN040781@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2010-07-07 19:52:50 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/sparc64/include  smp.h 
  Log:
  SVN rev 209776 on 2010-07-07 19:52:50Z by marius
  
  MFC: r209695
  
  - Pin the IPI cache and TLB demap functions in order to prevent migration
    between determining the other CPUs and calling cpu_ipi_selected(), which
    apart from generally doing the wrong thing can lead to a panic when a
    CPU is told to IPI itself (which sun4u doesn't support).
    Reported and tested by: Nathaniel W Filardo
  - Add __unused where appropriate.
  
  Revision  Changes    Path
  1.25.2.4  +24 -8     src/sys/sparc64/include/smp.h



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