From owner-freebsd-mips@FreeBSD.ORG Thu Sep 29 03:51:04 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 220DF106564A for ; Thu, 29 Sep 2011 03:51:04 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id C981D8FC0A for ; Thu, 29 Sep 2011 03:51:03 +0000 (UTC) Received: by ywp17 with SMTP id 17so208922ywp.13 for ; Wed, 28 Sep 2011 20:51:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=y6jJG4ICNT6F4uH85VRJtNbdXLV2vwy8Qd4u4F+1+iI=; b=N1A5mJLUYz4B3tCCiq/FBPyUvzxPwjSnlAPBmjtpMyAOZQO4Y3NHElBt3M+t5bKx+D i+kB4W3FTC1kO/8qUHyVJofSwzmpXFN+RX/AXTYOwR5FiVe5DrI5tNy4nsA96/HtlSd/ jrQu2LJUiRwVN1S9DJQi6yd8isqd7NwJ5Z0wI= MIME-Version: 1.0 Received: by 10.236.201.165 with SMTP id b25mr10746492yho.72.1317268263079; Wed, 28 Sep 2011 20:51:03 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.111.42 with HTTP; Wed, 28 Sep 2011 20:51:03 -0700 (PDT) In-Reply-To: References: Date: Thu, 29 Sep 2011 11:51:03 +0800 X-Google-Sender-Auth: 02KHpheHDWYNLPOnbZWfx3eNr28 Message-ID: From: Adrian Chadd To: freebsd-mips@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: eventtimer issue on mips: temporary workaround X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2011 03:51:04 -0000 .. and since I'd rather this not be ignored, I'm going to #if 0 out the contents of cpu_idle() in say, 4 days. I'll add a comment to -HEAD explaining why; then I'll request this be MFCed for 9.0. It's unfortunate, but I'd rather see MIPS working in 9.0 over trying to save power/heat. Adrian