From owner-cvs-src@FreeBSD.ORG Sat Oct 18 19:43:58 2003 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 6658216A4B3; Sat, 18 Oct 2003 19:43:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCCA243F75; Sat, 18 Oct 2003 19:43:57 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9J2hvXJ079885; Sat, 18 Oct 2003 19:43:57 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9J2hvOe079884; Sat, 18 Oct 2003 19:43:57 -0700 (PDT) (envelope-from peter) Message-Id: <200310190243.h9J2hvOe079884@repoman.freebsd.org> From: Peter Wemm Date: Sat, 18 Oct 2003 19:43:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_idle.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: Sun, 19 Oct 2003 02:43:58 -0000 peter 2003/10/18 19:43:57 PDT FreeBSD src repository Modified files: sys/kern kern_idle.c Log: Tidy up loose ends in the idle process. Call the MI cpu_idle() function for all platforms now. XXX alpha/sparc64/powerpc should fill in the function. Submitted by: bde Revision Changes Path 1.35 +5 -37 src/sys/kern/kern_idle.c