From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Holler Date: Mon, 17 Jan 2011 05:35:03 +0100 Subject: [U-Boot] [RFC PATCH v2] ARM: Avoid compiler optimization for usages of readb, writeb and friends. In-Reply-To: References: <1292711230-3234-1-git-send-email-holler@ahsoftware.de> <4D0DB994.1020703@googlemail.com> <4D0DDCEF.2040806@ahsoftware.de> <4D0E643A.9040001@ahsoftware.de> <4D0EA9BB.4050002@ahsoftware.de> <4D0EFC5D.5050105@googlemail.com> Message-ID: <4D33C6F7.2020202@ahsoftware.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, Am 20.12.2010 17:08, schrieb John Rigby: > Earlier in this thread Alexander said: >> I haven't add the definitions which are using a memory barrier because I haven't found >> a place in the kernel where they were actually enabled >> (CONFIG_ARM_DMA_MEM_BUFFERABLE). Because I've just run again into such a "search problem": Don't use "git grep" on a kernel configured for x86, when you are searching an option for another architecture. ;) Regards, Alexander