From owner-cvs-src-old@FreeBSD.ORG Sun Jul 4 12:43:31 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 7C1C6106568B for ; Sun, 4 Jul 2010 12:43:31 +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 6AC008FC16 for ; Sun, 4 Jul 2010 12:43:31 +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 o64ChV1c099712 for ; Sun, 4 Jul 2010 12:43:31 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o64ChVXP099711 for cvs-src-old@freebsd.org; Sun, 4 Jul 2010 12:43:31 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201007041243.o64ChVXP099711@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 4 Jul 2010 12:43:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Sun, 04 Jul 2010 12:43:31 -0000 marius 2010-07-04 12:43:12 UTC FreeBSD src repository Modified files: sys/sparc64/include smp.h Log: SVN rev 209695 on 2010-07-04 12:43:12Z by marius - 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. MFC after: 3 days Revision Changes Path 1.28 +24 -8 src/sys/sparc64/include/smp.h