From owner-freebsd-mips@FreeBSD.ORG Mon Sep 27 08:04:58 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 A841A106564A for ; Mon, 27 Sep 2010 08:04:58 +0000 (UTC) (envelope-from phcoder@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 344818FC16 for ; Mon, 27 Sep 2010 08:04:57 +0000 (UTC) Received: by fxm9 with SMTP id 9so3368298fxm.13 for ; Mon, 27 Sep 2010 01:04:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:x-enigmail-version:content-type; bh=EaelveoDBg9meIoWYgnYNVj4iDCNKSUPGUtqKnAvzok=; b=VrIqEpq9kyji07Vf+20utuENwFKDz3EUGtYB4dH2XU5AF0rj8Kyt6dZmUL9Ez0UrvG ow7jA6kBGuGHboQNHT+Ixztfhm9Lo+13Lzq7oj5qn3eJZ3COX0RaZcRsXl9zRIpmxf22 V5wBS8LNWnRoU5qOvwjWgfxNPnP8v/9EiEghk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type; b=SeeidQY44LsOVNa2jIWO50hoMLIvqynFr0YGPyGzOIsrznoxyCdHHyexYI3swczaIG UrsVm74vZ+BvlYMtPqFzkrQR4rS7j1CMGk5kI8K5we/TmrnIrKv3RPm9FerQ1JioQhu7 gS9P9DIWGZYNpkba02iySioAmIW+Wd32nY8PE= Received: by 10.223.121.13 with SMTP id f13mr7046648far.95.1285574236362; Mon, 27 Sep 2010 00:57:16 -0700 (PDT) Received: from debian.yeeloong.phnet (hg-public-dock-169-dhcp.ethz.ch [82.130.80.169]) by mx.google.com with ESMTPS id a7sm2241869faa.21.2010.09.27.00.56.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 27 Sep 2010 00:57:15 -0700 (PDT) Message-ID: <4CA04734.9040504@gmail.com> Date: Mon, 27 Sep 2010 09:26:44 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; U; Linux mips64; en-US; rv:1.9.1.12) Gecko/20100913 Icedove/3.0.7 MIME-Version: 1.0 To: freebsd-mips@freebsd.org X-Enigmail-Version: 1.0.1 Content-Type: multipart/mixed; boundary="------------010105040201030609040407" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: [PATCH] [yeeloong] Fix ignoring of caching attributes in some code pathes 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: Mon, 27 Sep 2010 08:04:58 -0000 This is a multi-part message in MIME format. --------------010105040201030609040407 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hello. In some code pathes PTE_C_CACHE is returned when caching is already actually handled in another OR which may account either for ignored attribute or a caching mode which isn supported by given CPU at all -- Regards Vladimir 'φ-coder/phcoder' Serbinenko --------------010105040201030609040407--