Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2009 01:34:28 +0900
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        Jeff Roberson <jeff@FreeBSD.org>
Cc:        freebsd-current@FreeBSD.org, nork@FreeBSD.org
Subject:   cannot compile sched_ule without options SMP
Message-ID:  <20090430013428.cb4f804b.nork@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090430013428.cb4f804b.nork>