From owner-cvs-src-old@FreeBSD.ORG Thu Feb 4 05:26:13 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 3D87E1065672 for ; Thu, 4 Feb 2010 05:26:13 +0000 (UTC) (envelope-from neel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 13F248FC14 for ; Thu, 4 Feb 2010 05:26:13 +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 o145QC7j089281 for ; Thu, 4 Feb 2010 05:26:12 GMT (envelope-from neel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o145QChv089280 for cvs-src-old@freebsd.org; Thu, 4 Feb 2010 05:26:12 GMT (envelope-from neel@repoman.freebsd.org) Message-Id: <201002040526.o145QChv089280@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to neel@repoman.freebsd.org using -f From: Neel Natu Date: Thu, 4 Feb 2010 05:25:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/mips exception.S 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: Thu, 04 Feb 2010 05:26:13 -0000 neel 2010-02-04 05:25:59 UTC FreeBSD src repository Modified files: sys/mips/mips exception.S Log: SVN rev 203474 on 2010-02-04 05:25:59Z by neel Clean up all places in exception.S that fiddle with 'pcpup' directly. We now use the GET_CPU_PCPU() macro exclusively. This isolates the users of pcpu data from its implementation details. Reviewed by: imp Revision Changes Path 1.6 +0 -20 src/sys/mips/mips/exception.S