From rodrigc@h00609772adf0.ne.client2.attbi.com  Sun Apr 18 09:25:09 2004
Return-Path: <rodrigc@h00609772adf0.ne.client2.attbi.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 539F416A4CF
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 18 Apr 2004 09:25:09 -0700 (PDT)
Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0B8D643D41
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 18 Apr 2004 09:25:09 -0700 (PDT)
	(envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com)
Received: from dibbler.crodrigues.org (h00609772adf0.ne.client2.attbi.com[66.31.45.197])
          by comcast.net (sccrmhc12) with ESMTP
          id <20040418162508012001csuge>; Sun, 18 Apr 2004 16:25:08 +0000
Received: from dibbler.crodrigues.org (localhost.crodrigues.org [127.0.0.1])
	by dibbler.crodrigues.org (8.12.11/8.12.11) with ESMTP id i3IGP2Lh003531
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 18 Apr 2004 12:25:02 -0400 (EDT)
	(envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com)
Received: (from rodrigc@localhost)
	by dibbler.crodrigues.org (8.12.11/8.12.11/Submit) id i3IGP2Dm003530;
	Sun, 18 Apr 2004 12:25:02 -0400 (EDT)
	(envelope-from rodrigc)
Message-Id: <200404181625.i3IGP2Dm003530@dibbler.crodrigues.org>
Date: Sun, 18 Apr 2004 12:25:02 -0400 (EDT)
From: Craig Rodrigues <rodrigc@crodrigues.org>
Reply-To: Craig Rodrigues <rodrigc@crodrigues.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Document machdep.hlt_cpus sysctl 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         65729
>Category:       i386
>Synopsis:       Document machdep.hlt_cpus sysctl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-i386
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 18 09:30:22 PDT 2004
>Closed-Date:    Sun Apr 03 12:04:15 GMT 2005
>Last-Modified:  Sun Apr 03 12:04:15 GMT 2005
>Originator:     Craig Rodrigues
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD dibbler.crodrigues.org 5.2-CURRENT FreeBSD 5.2-CURRENT #44: Sat Apr 17 14:08:47 EDT 2004 rodrigc@dibbler.crodrigues.org:/usr/obj/usr/src/sys/MYKERNEL1 i386


	
>Description:
    Document machdep.hlt_cpus for i386, as it has been done for
    amd64:
      http://lists.freebsd.org/mailman/htdig/freebsd-amd64/2004-March/000885.html 
>How-To-Repeat:
	
>Fix:


--- sys/i386/i386/mp_machdep.c.orig	Sun Apr 18 12:12:16 2004
+++ sys/i386/i386/mp_machdep.c	Sun Apr 18 12:14:33 2004
@@ -1230,7 +1230,8 @@
 	return (error);
 }
 SYSCTL_PROC(_machdep, OID_AUTO, hlt_cpus, CTLTYPE_INT|CTLFLAG_RW,
-    0, 0, sysctl_hlt_cpus, "IU", "");
+    0, 0, sysctl_hlt_cpus, "IU", 
+    "Bitmap of CPUs to halt.  101 (binary) will halt CPUs 0 and 2.");
 
 static int
 sysctl_hlt_logical_cpus(SYSCTL_HANDLER_ARGS)
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: bms 
State-Changed-When: Wed Jun 23 07:12:45 GMT 2004 
State-Changed-Why:  
Committed to -CURRENT, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=65729 

From: Matteo Riondato <rionda@gufi.org>
To: bug-followup@freebsd.org
Cc: bms@freebsd.org
Subject: Re: i386/65729 Document machdep.hlt_cpus sysctl
Date: Sun, 3 Apr 2005 13:00:38 +0200

 This should be committed to RELENG_4 too, then this PR can be closed
 (merge to RELENG_5 already done)
 Best Regards
 -- 
 Rionda aka Matteo Riondato
 Disinformato per default
 G.U.F.I. Staff Member (http://www.gufi.org)
 FreeSBIE Developer (http://www.freesbie.org)
State-Changed-From-To: patched->closed 
State-Changed-By: bms 
State-Changed-When: Sun Apr 3 12:03:29 GMT 2005 
State-Changed-Why:  
5.x is now -STABLE, cleanup 

http://www.freebsd.org/cgi/query-pr.cgi?pr=65729 
>Unformatted:
