From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by mx.groups.io with SMTP id smtpd.web10.1328.1583427011184981489 for ; Thu, 05 Mar 2020 08:50:11 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20150623.gappssmtp.com header.s=20150623 header.b=Xl3hwfZr; spf=pass (domain: nuviainc.com, ip: 209.85.128.65, mailfrom: leif@nuviainc.com) Received: by mail-wm1-f65.google.com with SMTP id g83so6503361wme.1 for ; Thu, 05 Mar 2020 08:50:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=BwbyT7aGwCCbSpiL93S2FkCSiu5de41ga9D2kHwjj5k=; b=Xl3hwfZry7kHEAbxWvzPdv9+hOs0DLrYbyd5ih/sDGKdNsQiplDgSnEFke2HanqutI LpDVNeUSgxMFYAjCzYaZnAsHogNQhvLq4D9F53kip0e0VbZ8UDrbu+zZmqlIp1nMekBR tr/fIzdiSQgu+dFRb3EBxL5ZlL9XA0D4q+0jHWa7CVC7EScMBmnTqWICeq6tjGaQREVJ AU3+uaBmqo/BEjSFU/c60VwSQxqXx0kf4htPpiY13dgm5Wpoqe8MB466NZq3Bkuk+R8K gsN4HR//YckQ3ZWMt8VZRE7L4zkGc31HVomzPN6D3xo0BZVJz/JEI3TBhdjuXhfu5SMk wlPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=BwbyT7aGwCCbSpiL93S2FkCSiu5de41ga9D2kHwjj5k=; b=h27+/U+30NW10Fb3F1cb1jYm+UGYgyi+TJz++5otVGqNUhcC2Y5uqPKfhgqZi3fo0k e/Ts3PJHQhMM2UQgcw/cGKsBLa27CJ3EAPe2M0qV9Cd9uWxdskHYifsS/7Vty1ncKb2O amvHwwnwWkiuGOniTu+hmJonzBLQfmLweuG5FO2T6DPfTQ+lsTOILY4VFAkuK9xwuOLv fTicO+hIZgJ8SWbVauKUapvHnQmCbei7L91KSwrhBJXrFNI7UyelZco1f48sb4l46gpV f61ObIlP6QkfXWx1LW4yu1Z5LOafzuoGPhcXfBEddUJ+rDwjTic8jeF28R/JY2uOQRid QW1A== X-Gm-Message-State: ANhLgQ2tlWnVtcUxJImObk5uUpTHz0o8aqc6nr8XYsDcBn0BGr6l2R6p HvWtMrMveJQezVBqCUV4ZH02A/xeGXo= X-Google-Smtp-Source: ADFU+vuON0mR5au4LTAew0nDFdutpxGeu5Dp01yi4drjDlA81Vy6c0g45hhIgcgyW9/eBO1krsWYsQ== X-Received: by 2002:a1c:3b8a:: with SMTP id i132mr10597372wma.32.1583427009797; Thu, 05 Mar 2020 08:50:09 -0800 (PST) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id 12sm9956103wmo.30.2020.03.05.08.50.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 05 Mar 2020 08:50:09 -0800 (PST) Date: Thu, 5 Mar 2020 16:50:07 +0000 From: "Leif Lindholm" To: Ard Biesheuvel Cc: devel@edk2.groups.io Subject: Re: [PATCH 0/2] ArmPkg/ArmMmuLib ARM: some cleanups Message-ID: <20200305165007.GC23627@bivouac.eciton.net> References: <20200305125907.13680-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20200305125907.13680-1-ard.biesheuvel@linaro.org> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Mar 05, 2020 at 13:59:05 +0100, Ard Biesheuvel wrote: > A pair of cleanups for issues that I ran into while working on the > set/way cache maintenance stuff. For the series: Reviewed-by: Leif Lindholm > Ard Biesheuvel (2): > ArmPkg/ArmMmuLib ARM: simplify assignment of TTBR0 system register > ArmPkg/ArmMmuLib ARM: drop memory type check for page tables > > ArmPkg/Library/ArmMmuLib/Arm/ArmMmuLibCore.c | 22 +++----------------- > 1 file changed, 3 insertions(+), 19 deletions(-) > > -- > 2.17.1 >