From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-x236.google.com (mail-io0-x236.google.com [IPv6:2607:f8b0:4001:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 3A2D01A1DF3 for ; Mon, 26 Sep 2016 10:17:33 -0700 (PDT) Received: by mail-io0-x236.google.com with SMTP id m186so188897687ioa.2 for ; Mon, 26 Sep 2016 10:17:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=0iZtL1abYOUROzRyASDyICAhaLFLPFdWdU+Rv0mrLew=; b=DRKTqZhT8qezbwxHTBW/+jm2JBc2okBcMkTSgZ0KJZjBLymMjMF0JgpDBT8F2epo6g Gf7BQ8hBRpN+73eOlkXH4Wjouj+YNK16mOxlNpvGRO431sl4qreQ+EH+cy8lamfFij41 PL7JqiCK32DS2lKpYB7AvL41uzUg+kUuXec8k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=0iZtL1abYOUROzRyASDyICAhaLFLPFdWdU+Rv0mrLew=; b=ZLU71cIdx/TVosYQQVvo0s+2Je1mw1frGmEKPiyOoZlPywt6svSW20XskFgwsB8TzY NC81yj2N+SQeW+rGJybif1qBd6T1qgUhitKzMg+uaWW/hg/k8JLlchRk14kWwMClMxIg F4N0A9CF7/CcJBOMryesUQ6v5f0wPFSZi8Rpb5WSYtOZzx0JOIE/uQfXLznUWd4uB7xs TsU6l1E99ALfBSDq4SR8HFfCpoFS6YbL1HQbLcHSu+4wRYDjUoA1W2jydGihwRmk/gi4 1qg2+CQVU/vn6dbwCtgTDW/ONFl/QaCISa0FgDhcIyYgQgv/YjFoX8o8I+4YaoG+Iqe7 1rTw== X-Gm-Message-State: AE9vXwPRkro6j1+2+tyu+dtL8E/H7ZZoJPbNj9LHGfKGsa+C4lEIFyjgmziqJoyDRcvDEPL+YoP0U5JBOLnsnH29 X-Received: by 10.107.190.68 with SMTP id o65mr25166359iof.95.1474910252561; Mon, 26 Sep 2016 10:17:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.204.195 with HTTP; Mon, 26 Sep 2016 10:17:32 -0700 (PDT) In-Reply-To: References: From: Ard Biesheuvel Date: Mon, 26 Sep 2016 10:17:32 -0700 Message-ID: To: Kurt Kennett Cc: "edk2-devel@lists.01.org" , Leif Lindholm Subject: Re: [PATCH] Pkg-Module: ArmPkg Fix Mmu Initialization Problem. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2016 17:17:33 -0000 Content-Type: text/plain; charset=UTF-8 On 26 September 2016 at 10:10, Kurt Kennett wrote: > Weird. I line-wrapped the commit log and somehow it became un-line-wrapped. So... sorry, I didn't forget. :) > No, the commit log looks fine. The patch itself contains weird non-ASCII space characters though: + // In this case any bits set in the 'NextSectionAttributes' are garbage and were set from + // bits that are actually part of the pagetable address. We clear it out to zero so that + // the SyncCacheConfigPage will use the page attributes instead of trying to convert the + // section attributes into page attributes + NextSectionAttributes = 0;