From owner-freebsd-questions@FreeBSD.ORG Fri Jun 12 17:00:51 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F5021065672 for ; Fri, 12 Jun 2009 17:00:51 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-fx0-f220.google.com (mail-fx0-f220.google.com [209.85.220.220]) by mx1.freebsd.org (Postfix) with ESMTP id 3253A8FC14 for ; Fri, 12 Jun 2009 17:00:50 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by fxm20 with SMTP id 20so2138669fxm.43 for ; Fri, 12 Jun 2009 10:00:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=2FReT8CPk3mh3UNOVnilY1H9LZEqYikQXeb6Cs64acA=; b=nSrr88T7VvLQBsBpiShLzYvPEaLP3WosX54QCHmmFypjL3agz8owzN7r2NwMP8svoC Ju83PxsLUqAvmjwXRgUarnEWBoXnQC3nBAgNQSlODQbrnVWeV5CklWPl/N4GvsV+GCG2 hAIs6nl7ouAY0nVO+D6HifqSHgoeZ9ebU7qx8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Zb4JuNKEbOVfMnPN2ZkGxqcp1wHyzdgBNh4YSZDmI5eTZSSNzK9QSpRhJC+irH27VL WGRvOU/DmWR04midD3PWIw4T7ul80oG/IGnOtAifkuhVwjsoX+pyputdiVogq8U7ppfN fYYWt2eHpHiI3OehDx9tOZsDGHiglXGUupgY0= MIME-Version: 1.0 Received: by 10.204.101.13 with SMTP id a13mr3808998bko.89.1244826050026; Fri, 12 Jun 2009 10:00:50 -0700 (PDT) In-Reply-To: <566515.68595.qm@web56504.mail.re3.yahoo.com> References: <566515.68595.qm@web56504.mail.re3.yahoo.com> Date: Fri, 12 Jun 2009 19:00:49 +0200 Message-ID: <3a142e750906121000m6da3995cm1d646e0bb73285cc@mail.gmail.com> From: "Paul B. Mahol" To: Neil Short Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ld: Warning: size of symbol `sched_clock' changed from 144 in sched_4bsd.o to 258 in sched_ule.o X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2009 17:00:51 -0000 On 6/12/09, Neil Short wrote: > > Here's more detail with context on my attempt to include > > options SCHED_4BSD > > in my kernel. Any ideas? You can't have two schedulers at same time in same kernel. -- Paul