From owner-cvs-src-old@FreeBSD.ORG Wed Jul 7 19:53:09 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0545C1065680 for ; Wed, 7 Jul 2010 19:53:08 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8BD7E8FC0A for ; Wed, 7 Jul 2010 19:53:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o67Jr8jo040782 for ; Wed, 7 Jul 2010 19:53:08 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o67Jr8PN040781 for cvs-src-old@freebsd.org; Wed, 7 Jul 2010 19:53:08 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201007071953.o67Jr8PN040781@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Wed, 7 Jul 2010 19:52:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/sparc64/include smp.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2010 19:53:09 -0000 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