From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web11.10350.1583800483775492775 for ; Mon, 09 Mar 2020 17:34:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Q4Mj5Ibe; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1583800482; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=f+ca6Uv3Gxy9sadARBwvgtdETwU5b8aya4I8edY/zdA=; b=Q4Mj5IbezwGGTrxaAPnSZPSqN4wAtZvYotKrNuHz9SlEcWaJXwTQUBdzrQnez9zEHU5R1q TjsFID7y/QPAs1c3T2DMJw0OPpoo8Gc1ehnyJMmv2AYIEEofrFOEkkxTDWfBed73OHLV+C ZvaP2lEtiGRhJ8RrcgQvMXNerKuUkCg= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-91-TvrFmQhJPU2-yetPKCOcGg-1; Mon, 09 Mar 2020 20:34:39 -0400 X-MC-Unique: TvrFmQhJPU2-yetPKCOcGg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 42869800D48; Tue, 10 Mar 2020 00:34:38 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-76.ams2.redhat.com [10.36.116.76]) by smtp.corp.redhat.com (Postfix) with ESMTP id 69CBE19C4F; Tue, 10 Mar 2020 00:34:37 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 0/2] ArmPkg/ArmMmuLib AARCH64: final cleanups To: devel@edk2.groups.io, ard.biesheuvel@linaro.org Cc: leif@nuviainc.com References: <20200307091008.14918-1-ard.biesheuvel@linaro.org> From: "Laszlo Ersek" Message-ID: <472eb1b9-89e3-1fff-6b7b-e2466e849a9f@redhat.com> Date: Tue, 10 Mar 2020 01:34:36 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200307091008.14918-1-ard.biesheuvel@linaro.org> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 03/07/20 10:10, Ard Biesheuvel wrote: > Some mostly cosmetic tweaks to the AArch64 MMU code that are mostly unrelated > to the actual fixes and improvements I posted earlier, so I am posting them > separately. > > Ard Biesheuvel (2): > ArmPkg/ArmMmuLib AARCH64: drop pointless page table memory type check > ArmPkg/ArmMmuLib AARCH64: cosmetic fixups > > .../Library/ArmMmuLib/AArch64/ArmMmuLibCore.c | 71 ++++++++++--------- > 1 file changed, 37 insertions(+), 34 deletions(-) > Commit range 748fea6279efc20de3fef483deb4b774f3c34906..4249278aa686a695c0904b08801134ab289a0b3e, via . Thanks Laszlo