From owner-freebsd-current@FreeBSD.ORG Sat Aug 28 07:42:02 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91DE616A4CE for ; Sat, 28 Aug 2004 07:42:02 +0000 (GMT) Received: from pimout3-ext.prodigy.net (pimout3-ext.prodigy.net [207.115.63.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B2B743D72 for ; Sat, 28 Aug 2004 07:42:02 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (adsl-69-104-103-54.dsl.snfc21.pacbell.net [69.104.103.54])i7S7g03d167622 for ; Sat, 28 Aug 2004 03:42:01 -0400 Message-ID: <41303747.4050104@elischer.org> Date: Sat, 28 Aug 2004 00:41:59 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4b) Gecko/20030524 X-Accept-Language: en, hu MIME-Version: 1.0 To: FreeBSD current mailing list Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: hlt_cpus_mask X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Aug 2004 07:42:02 -0000 This is defined static in i386 and amd64, but as it is not exported it can not be used in subr_smp.c, which probably should mask against it when trying to forward roundrobin and signals. should this be a globally available thing? Otherwise we are sending IPIs to threads that are not capable of doing anything with them.