From owner-freebsd-stable@FreeBSD.ORG Mon Oct 22 07:33:16 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15DD116A417 for ; Mon, 22 Oct 2007 07:33:16 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.freebsd.org (Postfix) with ESMTP id C3B6D13C494 for ; Mon, 22 Oct 2007 07:33:15 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1135840wxd for ; Mon, 22 Oct 2007 00:33:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=uUrmAaNzg3GfKfWhJ5IYDjuOvvzBLmT1e6Z7G/+N3N0=; b=Hi2CvBbjC1KZE67ElXkApb98RcRujK1lbvawY+ec1rQfSKb6jf0y/Ue8sRO8y6lint6c/lAs036QsEY/A4cgkero5QTgWBGomIQl30lnxT4GUh5FaWXydu/IHW/TWh/5xvFUh0fzPHQoINvRTIV/c5E7Gt/4FVUg3NPBuOhXSCA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=ZP+/nHNl9LEbw4jDWVMrqRnyXF8gSB+AI86uKel2Fq0TMucEmmnZ7BbdxlE6aMojFK4GPXYBob5E2JGQQX8FJnWfVrNLM6dSgk+i23IG+THgmZB6jL5LfpSyr4Y9tWb5VSYzPjuH3N56hMSLsCR1Thw7HCCa/Cl0C7VhwvtrMvs= Received: by 10.90.113.18 with SMTP id l18mr355343agc.1193038387209; Mon, 22 Oct 2007 00:33:07 -0700 (PDT) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id t26sm6532800ele.2007.10.22.00.33.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 22 Oct 2007 00:33:06 -0700 (PDT) Message-ID: <471C5136.40009@gmail.com> Date: Mon, 22 Oct 2007 03:28:54 -0400 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071016) MIME-Version: 1.0 To: Anish Mistry References: <5ea5cca50710202007p6081f44dyc4ca92a8917cdacf@mail.gmail.com> <200710211935.58020.mistry.7@osu.edu> In-Reply-To: <200710211935.58020.mistry.7@osu.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Yi Wang , freebsd-stable@freebsd.org Subject: Re: X11 extremely slow while compiling other things X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2007 07:33:16 -0000 > Try adding "options FULL_PREEMPTION" to your kernel. > > > What is the difference between this and PREEMPTION + IPI_PREEMPTION?