From owner-cvs-src@FreeBSD.ORG Sat Feb 5 16:31:59 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9322016A4CE; Sat, 5 Feb 2005 16:31:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6905B43D1D; Sat, 5 Feb 2005 16:31:59 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j15GVxVL032068; Sat, 5 Feb 2005 16:31:59 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j15GVxDL032067; Sat, 5 Feb 2005 16:31:59 GMT (envelope-from njl) Message-Id: <200502051631.j15GVxDL032067@repoman.freebsd.org> From: Nate Lawson Date: Sat, 5 Feb 2005 16:31:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cpufreq ichss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 16:31:59 -0000 njl 2005-02-05 16:31:59 UTC FreeBSD src repository Modified files: sys/dev/cpufreq ichss.c Log: Use intr_disable/restore() instead of disable_intr() since the latter is not MI. This should fix build on non i386 platforms. Revision Changes Path 1.3 +3 -2 src/sys/dev/cpufreq/ichss.c