From owner-svn-src-all@FreeBSD.ORG Thu Jun 23 06:27:25 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6DE1106566B; Thu, 23 Jun 2011 06:27:25 +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 25D7C8FC13; Thu, 23 Jun 2011 06:27:24 +0000 (UTC) Received: by ywf7 with SMTP id 7so820020ywf.13 for ; Wed, 22 Jun 2011 23:27:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=7DsBXRPuiWj/KZOZOxJhmFxLprjZlsNDR+YpoZB1gPA=; b=pM7Lam5nlRxSfKk+qfHO4kEZVK9MJ5CM2sAcYppht03c0UyCn5x+zu5VJiyeBw5ATw xwj87gp6ObPQ3/ZlmPT5FwHlp96lGjtYnb3nyQYJm+VI9rceLS4s2z6F5cKnI98QrQMB 5Iim6a2VgWBokCidxw0wcQNF9gQjYvYo8Io2Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=exn/s4CDZNG9wzjuyX7+H1jdqdGeAdy0Z0+6exlZoD6CTXCYDFkI3gvd1R+jGXEbEf bGZx5Ayi1TTjA7YCNUsJUespMaWmWv4PckQ0qo110qq7SU+l2TBabRw8PIeKPx180qIB wRk7xq2fe2U+60iRW20FYccWmd8qekDPR6Ir8= MIME-Version: 1.0 Received: by 10.151.40.16 with SMTP id s16mr1863446ybj.123.1308810444343; Wed, 22 Jun 2011 23:27:24 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.150.146.13 with HTTP; Wed, 22 Jun 2011 23:27:24 -0700 (PDT) In-Reply-To: <4E02CEFD.1020606@rice.edu> References: <201106191913.p5JJDOqJ006272@svn.freebsd.org> <4E02CEFD.1020606@rice.edu> Date: Thu, 23 Jun 2011 14:27:24 +0800 X-Google-Sender-Auth: wYLvVnI6dqHyycUz836HPG5aliY Message-ID: From: Adrian Chadd To: Alan Cox Content-Type: text/plain; charset=ISO-8859-1 Cc: Alan Cox , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r223307 - head/sys/vm X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2011 06:27:25 -0000 On 23 June 2011 13:28, Alan Cox wrote: > On 06/22/2011 21:36, Adrian Chadd wrote: >> >> Can this commit please be reverted whilst the kinks are worked out for >> MIPS? > > I've reverted the MIPS-specific code. Thanks! Adrian