From owner-freebsd-mips@FreeBSD.ORG Sun Jun 27 14:51:01 2010 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 345CE106566B for ; Sun, 27 Jun 2010 14:51:01 +0000 (UTC) (envelope-from c.jayachandran@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id D8E178FC0C for ; Sun, 27 Jun 2010 14:51:00 +0000 (UTC) Received: by vws13 with SMTP id 13so6259039vws.13 for ; Sun, 27 Jun 2010 07:50:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=PlFnO/dqpW6LTHFqhkdJClkb4LVPvva4rkSE5Rv5UW0=; b=ioQXZUuKVDPK/cTZ5tfS8xXBFdLu+HybeooES66WWJLq7wO5+W1ndWvlEB6Y8gAFuw /GZwqLz95uYYx8ArBMvjZLx0SwGVLEkOvB5aH5/1s5B0mVEB+axLE1FQzIlCbG3ebKZv p1ALe3VlwVpORFv7DAucBZXe24E7gQJkTfGM8= 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; b=Ad8HPxHGkM2RBlO1K70coj+rVN4+p+URbuEY2OJTt/9R9UZ+Neb2IHII08v5z2J2hS D4u28nTMAw8ST7wtVofIAo+tNvHaGB1Kb6Qv8+FfsvbdE5WbCIFpen7BU71dmmC6XWeS 3LhKN3Oev43wPUZFqzTWAgf5D+klYCYr9T0vc= MIME-Version: 1.0 Received: by 10.220.124.38 with SMTP id s38mr2161502vcr.21.1277650250454; Sun, 27 Jun 2010 07:50:50 -0700 (PDT) Received: by 10.220.199.200 with HTTP; Sun, 27 Jun 2010 07:50:50 -0700 (PDT) In-Reply-To: <897604F6-95C4-49A8-B11F-277A74C8DBAE@gmail.com> References: <897604F6-95C4-49A8-B11F-277A74C8DBAE@gmail.com> Date: Sun, 27 Jun 2010 20:20:50 +0530 Message-ID: From: "Jayachandran C." To: Luiz Otavio O Souza Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-mips@freebsd.org Subject: Re: Merging 64 bit changes to -HEAD 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: Sun, 27 Jun 2010 14:51:01 -0000 On Sun, Jun 27, 2010 at 4:00 PM, Luiz Otavio O Souza wrote: > On Jun 15, 2010, at 10:36 AM, Jayachandran C. wrote: > > ( ... ) >> >> I've tested this on XLR, but there is a chance that this might break >> other platforms. So please let me know your comments on both the >> patches and the merge process. >> >> The future patches (if everything goes well), will do the PTE_ flag to >> PG_ flag renaming in Juli's tree, then the actual n32/n64 changes. >> >> Thanks, >> JC. > > JC, > > I can't boot the ar71xx kernel after r209243: > > http://mips.pastebin.com/CBhe6hzR > http://pastebin.com/nrRdm1UF > > Everything works fine with the previous revision (r209048). > > If you need anything else, just let me know. Let me have a look at this, thanks for the report. JC.