From owner-cvs-src@FreeBSD.ORG  Mon Nov  1 22:11:28 2004
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 2554A16A4CE; Mon,  1 Nov 2004 22:11:28 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 02EC143D41; Mon,  1 Nov 2004 22:11:28 +0000 (GMT)
	(envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iA1MBRkW064392;
	Mon, 1 Nov 2004 22:11:27 GMT
	(envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA1MBRrd064391;
	Mon, 1 Nov 2004 22:11:27 GMT
	(envelope-from jhb)
Message-Id: <200411012211.iA1MBRrd064391@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Mon, 1 Nov 2004 22:11:27 +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/i386/i386 mp_machdep.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 01 Nov 2004 22:11:28 -0000

jhb         2004-11-01 22:11:27 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/i386        mp_machdep.c 
  Log:
  Allow individual application processors to be disabled from the loader
  via hints for 'lapicX'.  For example, to disable the CPU with the local
  APIC ID of 7, use 'hint.lapic.7.disabled=1'.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.240     +16 -1     src/sys/i386/i386/mp_machdep.c