From owner-freebsd-current@FreeBSD.ORG Wed Apr 29 16:34:37 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C15A1065672; Wed, 29 Apr 2009 16:34:37 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (ns1.ninth-nine.com [219.127.74.121]) by mx1.freebsd.org (Postfix) with ESMTP id 6E4598FC23; Wed, 29 Apr 2009 16:34:36 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (ns1.ninth-nine.com [219.127.74.121] (may be forged)) (authenticated bits=0) by sakura.ninth-nine.com (8.14.3/8.14.3/NinthNine) with ESMTP id n3TGYRU9093064; Thu, 30 Apr 2009 01:34:32 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Thu, 30 Apr 2009 01:34:28 +0900 From: Norikatsu Shigemura To: Jeff Roberson Message-Id: <20090430013428.cb4f804b.nork@FreeBSD.org> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.16.1; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org, nork@FreeBSD.org Subject: cannot compile sched_ule without options SMP X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 29 Apr 2009 16:34:37 -0000 Hi Jeff. I confirmed that your src/sys/kern/sched_ule.c#1.254 has a problem without "options SMP". sched_ule.c requires CG_FLAG_THREAD, but CG_FLAG_THREAD is defined on sys/smp.h. So I cannot compile sched_ule.c on my UP environment/kernel.