Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752340AbdCBPHl (ORCPT ); Thu, 2 Mar 2017 10:07:41 -0500 Received: from foss.arm.com ([217.140.101.70]:60312 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751148AbdCBPHi (ORCPT ); Thu, 2 Mar 2017 10:07:38 -0500 Date: Thu, 2 Mar 2017 15:05:50 +0000 From: Catalin Marinas To: Laura Abbott Cc: Russell King , Will Deacon , Martin Schwidefsky , Heiko Carstens , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Kees Cook , Mark Rutland , Arnd Bergmann , David Airlie , Alexander Shishkin , Wim Van Sebroeck , Guenter Roeck , linux-watchdog@vger.kernel.org, "David S. Miller" , Daniel Borkmann , Jessica Yu , Takashi Iwai , Andrew Morton , linux-arch@vger.kernel.org, linux-s390@vger.kernel.org, x86@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCHv2 14/14] treewide: Decouple cacheflush.h and set_memory.h Message-ID: <20170302150550.GC12157@e104818-lin.cambridge.arm.com> References: <1488413706-9739-1-git-send-email-labbott@redhat.com> <1488413706-9739-15-git-send-email-labbott@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1488413706-9739-15-git-send-email-labbott@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 260 Lines: 9 On Wed, Mar 01, 2017 at 04:15:06PM -0800, Laura Abbott wrote: > Now that all call sites, completely decouple cacheflush.h and > set_memory.h > > Signed-off-by: Laura Abbott For arm64: Acked-by: Catalin Marinas