From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Maydell Date: Fri, 5 Aug 2016 11:08:43 +0100 Subject: [LTP] [PATCH] syscalls/mprotect04: Use __builtin___clear_cache() to sync caches In-Reply-To: <20160801161727.GA13333@rei> References: <1469550665-12918-1-git-send-email-peter.maydell@linaro.org> <20160801113157.GD6899@rei.lan> <20160801161727.GA13333@rei> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it On 1 August 2016 at 17:17, Cyril Hrubis wrote: > Hi! >> I considered that, but I felt it was not worth having >> an architecture-specific ifdef in the code purely to support >> running this test case with compilers that are a decade >> old (and will only be getting rarer in the future) on one >> specific architecture... > > Well I would be slightly inclined not to introduce false regressions > with newer LTP versions. But given that this affects only really old > compilers we may as well get with your version. Hi -- are you planning to commit this version of the patch or would you prefer me to spin a v2 with the i386 ifdeffery ? thanks -- PMM